![]() |
|
|||
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_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |