mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-02-18 12:30:23 +00:00
15 lines
130 B
C
15 lines
130 B
C
|
/*
|
||
|
abCOpTanh.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPTANH_H
|
||
|
#define ABCOPTANH_H
|
||
|
|
||
|
|
||
|
void abCalcOpTanhInit(void);
|
||
|
|
||
|
|
||
|
#endif
|