Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
sqstdmath.h
00001 /* see copyright notice in squirrel.h */ 00002 #ifndef _SQSTD_MATH_H_ 00003 #define _SQSTD_MATH_H_ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 SQUIRREL_API SQRESULT sqstd_register_mathlib(HSQUIRRELVM v); 00010 00011 #ifdef __cplusplus 00012 } /*extern "C"*/ 00013 #endif 00014 00015 #endif /*_SQSTD_MATH_H_*/
Generated on Tue Jul 12 2022 21:35:49 by
