forked from KolibriOS/kolibrios
9 lines
101 B
C
9 lines
101 B
C
|
|
||
|
#ifndef __mathutil_h__
|
||
|
#define __mathutil_h__
|
||
|
|
||
|
LispInt PlatAsciiToInt(LispChar * aString);
|
||
|
|
||
|
#endif
|
||
|
|