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