abCalc/abCalcOpSubtr.h
2013-07-24 18:59:18 -05:00

15 lines
143 B
C

/*
abCalcOpSubtr.h
By: Jeremy Rand
*/
#ifndef ABCALCOPSUBTR_H
#define ABCALCOPSUBTR_H
void abCalcOpSubtrInit(void);
#endif