mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-01-15 07:34:06 +00:00
15 lines
130 B
C
15 lines
130 B
C
|
/*
|
||
|
abCOpAtan.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPATAN_H
|
||
|
#define ABCOPATAN_H
|
||
|
|
||
|
|
||
|
void abCalcOpAtanInit(void);
|
||
|
|
||
|
|
||
|
#endif
|