mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-23 08:35:43 +00:00
15 lines
122 B
C
15 lines
122 B
C
|
/*
|
||
|
abCOpLn.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPLN_H
|
||
|
#define ABCOPLN_H
|
||
|
|
||
|
|
||
|
void abCalcOpLnInit(void);
|
||
|
|
||
|
|
||
|
#endif
|