00001 /* see copyright notice in squirrel.h */ 00002 #ifndef _SQSTD_AUXLIB_H_ 00003 #define _SQSTD_AUXLIB_H_ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); 00010 SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); 00011 00012 #ifdef __cplusplus 00013 } /*extern "C"*/ 00014 #endif 00015 00016 #endif /* _SQSTD_AUXLIB_H_ */