Back to home page

Enduro/X

 
 

    


0001 /*  see copyright notice in pscript.h */
0002 #ifndef _PSSTD_MATH_H_
0003 #define _PSSTD_MATH_H_
0004 
0005 #ifdef __cplusplus
0006 extern "C" {
0007 #endif
0008 
0009 PSCRIPT_API PSRESULT psstd_register_mathlib(HPSCRIPTVM v);
0010 
0011 #ifdef __cplusplus
0012 } /*extern "C"*/
0013 #endif
0014 
0015 #endif /*_PSSTD_MATH_H_*/