00001 /* SVN FILE INFO 00002 * $Revision: 220 $ : Last Committed Revision 00003 * $Date: 2008-07-31 17:23:45 -0700 (Thu, 31 Jul 2008) $ : Last Committed Date */ 00004 #define PACKAGE_STRING "MobileC V1.10.0" 00005 #define PACKAGE_VERSION "1.10.0" 00006 #define strtok_r( buf, delim, save_ptr ) \ 00007 strtok( buf, delim )
1.5.5