mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-27 05:49:44 +00:00
15 lines
126 B
C
15 lines
126 B
C
|
/*
|
||
|
abCOpExp.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPEXP_H
|
||
|
#define ABCOPEXP_H
|
||
|
|
||
|
|
||
|
void abCalcOpExpInit(void);
|
||
|
|
||
|
|
||
|
#endif
|