mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-02-19 18:30:24 +00:00
15 lines
126 B
C
15 lines
126 B
C
|
/*
|
||
|
abCOpSin.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPSIN_H
|
||
|
#define ABCOPSIN_H
|
||
|
|
||
|
|
||
|
void abCalcOpSinInit(void);
|
||
|
|
||
|
|
||
|
#endif
|