mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-18 21:07:19 +00:00
15 lines
135 B
C
15 lines
135 B
C
|
/*
|
||
|
abCalcOpDec.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCALCOPDEC_H
|
||
|
#define ABCALCOPDEC_H
|
||
|
|
||
|
|
||
|
void abCalcOpDecInit(void);
|
||
|
|
||
|
|
||
|
#endif
|