mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-02-21 01:29:03 +00:00
15 lines
126 B
C
15 lines
126 B
C
/*
|
|
abCOpB2R.h
|
|
By: Jeremy Rand
|
|
*/
|
|
|
|
|
|
#ifndef ABCOPB2R_H
|
|
#define ABCOPB2R_H
|
|
|
|
|
|
void abCalcOpB2RInit(void);
|
|
|
|
|
|
#endif
|