Back to home page

Enduro/X

 
 

    


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