mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-12-28 12:32:55 +00:00
15 lines
134 B
C
15 lines
134 B
C
/*
|
|
abCOpClean.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPCLEAR_H
|
|
#define ABCOPCLEAR_H
|
|
|
|
|
|
void abCalcOpClearInit(void);
|
|
|
|
|
|
#endif
|