abCalc/abCalc/ops/abCOpBin.h
2017-09-11 23:14:06 -04:00

15 lines
126 B
C

/*
abCOpBin.h
By: Jeremy Rand
*/
#ifndef ABCOPBIN_H
#define ABCOPBIN_H
void abCalcOpBinInit(void);
#endif