mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-01-28 13:30:55 +00:00
15 lines
130 B
C
15 lines
130 B
C
|
/*
|
||
|
abCOpCosh.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPCOSH_H
|
||
|
#define ABCOPCOSH_H
|
||
|
|
||
|
|
||
|
void abCalcOpCoshInit(void);
|
||
|
|
||
|
|
||
|
#endif
|