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.
sqpcheader.h
00001 /* see copyright notice in squirrel.h */ 00002 #ifndef _SQPCHEADER_H_ 00003 #define _SQPCHEADER_H_ 00004 00005 #if defined(_MSC_VER) && defined(_DEBUG) 00006 #include <crtdbg.h> 00007 #endif 00008 00009 #include <stdio.h> 00010 #include <stdlib.h> 00011 #include <string.h> 00012 #include <assert.h> 00013 #include <new> 00014 //squirrel stuff 00015 #include <squirrel.h> 00016 #include "sqobject.h" 00017 #include "sqstate.h" 00018 00019 #endif //_SQPCHEADER_H_
Generated on Tue Jul 12 2022 21:35:49 by
1.7.2