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