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
/*
|
|
abCOpInv.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPINV_H
|
|
#define ABCOPINV_H
|
|
|
|
|
|
void abCalcOpInvInit(void);
|
|
|
|
|
|
#endif
|