mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-04 22:06:40 +00:00
15 lines
135 B
C
15 lines
135 B
C
|
/*
|
||
|
abCalcOpDiv.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCALCOPDIV_H
|
||
|
#define ABCALCOPDIV_H
|
||
|
|
||
|
|
||
|
void abCalcOpDivInit(void);
|
||
|
|
||
|
|
||
|
#endif
|