abCalc/ops/abCOpBin.h

15 lines
126 B
C
Raw Normal View History

2013-07-25 01:02:07 +00:00
/*
abCOpBin.h
2013-07-25 01:02:07 +00:00
By: Jeremy Rand
*/
#ifndef ABCOPBIN_H
#define ABCOPBIN_H
2013-07-25 01:02:07 +00:00
void abCalcOpBinInit(void);
#endif