abCalc/abCalc/ops/abCOpBin.h

15 lines
126 B
C

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