The Squirrel interpreter. See http://www.squirrel-lang.org/
include/sqstdaux.h
- Committer:
- jhnwkmn
- Date:
- 2014-12-16
- Revision:
- 3:7268a3ceaffc
- Parent:
- 0:97a4f8cc534c
File content as of revision 3:7268a3ceaffc:
/* see copyright notice in squirrel.h */ #ifndef _SQSTD_AUXLIB_H_ #define _SQSTD_AUXLIB_H_ #ifdef __cplusplus extern "C" { #endif SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); #ifdef __cplusplus } /*extern "C"*/ #endif #endif /* _SQSTD_AUXLIB_H_ */