mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-04 22:06:40 +00:00
15 lines
122 B
C
15 lines
122 B
C
/*
|
|
abCOpSr.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPSR_H
|
|
#define ABCOPSR_H
|
|
|
|
|
|
void abCalcOpSrInit(void);
|
|
|
|
|
|
#endif
|