The Squirrel interpreter. See http://www.squirrel-lang.org/
Diff: include/sqstdaux.h
- Revision:
- 0:97a4f8cc534c
diff -r 000000000000 -r 97a4f8cc534c include/sqstdaux.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/sqstdaux.h Tue Dec 16 10:20:34 2014 +0000 @@ -0,0 +1,16 @@ +/* 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_ */