mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-11-04 07:05:29 +00:00
15 lines
130 B
C
15 lines
130 B
C
/*
|
|
abCOpStws.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPSTWS_H
|
|
#define ABCOPSTWS_H
|
|
|
|
|
|
void abCalcOpStwsInit(void);
|
|
|
|
|
|
#endif
|