Back to home page

Enduro/X

 
 

    


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