mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-12-28 12:32:55 +00:00
15 lines
126 B
C
15 lines
126 B
C
/*
|
|
abCOpTan.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPTAN_H
|
|
#define ABCOPTAN_H
|
|
|
|
|
|
void abCalcOpTanInit(void);
|
|
|
|
|
|
#endif
|