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

15 lines
122 B
C

/*
abCOpLn.h
By: Jeremy Rand
*/
#ifndef ABCOPLN_H
#define ABCOPLN_H
void abCalcOpLnInit(void);
#endif