mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-02-22 07:29:02 +00:00
15 lines
130 B
C
15 lines
130 B
C
|
/*
|
||
|
abCOpAlog.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPALOG_H
|
||
|
#define ABCOPALOG_H
|
||
|
|
||
|
|
||
|
void abCalcOpAlogInit(void);
|
||
|
|
||
|
|
||
|
#endif
|