mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-01-28 13:30:55 +00:00
15 lines
126 B
C
15 lines
126 B
C
|
/*
|
||
|
abCOpLog.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPLOG_H
|
||
|
#define ABCOPLOG_H
|
||
|
|
||
|
|
||
|
void abCalcOpLogInit(void);
|
||
|
|
||
|
|
||
|
#endif
|