OSDN Git Service

Version 4.91
[vbslib/main.git] / _src / Test / tools / vbslib_helper_src / clib.h
index 5088c81..ca506d3 100644 (file)
 /*=================================================================*/\r
  \r
 /***********************************************************************\r
-  <<< [errnum_t] >>> \r
+* Type: errnum_t\r
+*    \83G\83\89\81[\83R\81[\83h\81A\83G\83\89\81[\94Ô\8d\86\r
 ************************************************************************/\r
-typedef  int  errnum_t;  /* 0=no error */\r
+typedef  int  errnum_t;  /* [errnum_t] 0=no error */\r
 \r
 #ifndef  NO_ERROR  /* same as windows.h */\r
        enum { NO_ERROR = 0 };  /* NO_ERROR symbol is for magic code warning only */\r
@@ -140,6 +141,8 @@ typedef  unsigned int    uint_fast32_t;
 typedef  unsigned int    uint_fast16_t;\r
 typedef  unsigned int    uint_fast8_t;\r
 \r
+#define  INT_FAST32_MAX  INT_MAX\r
+\r
 \r
  \r
 /*********************************************************************************************\r
@@ -701,6 +704,8 @@ TCHAR*  StrT_chrs( const TCHAR* s, const TCHAR* keys );
 TCHAR*  StrT_rstr( const TCHAR* String, const TCHAR* SearchStart, const TCHAR* Keyword,\r
        void* NullConfig );\r
 TCHAR*  StrT_skip( const TCHAR* s, const TCHAR* keys );\r
+TCHAR*  StrT_rskip( const TCHAR* String, const TCHAR* SearchStart, const TCHAR* Keys,\r
+       void* NullConfig );\r
 bool    StrT_isCIdentifier( TCHAR Character );\r
 TCHAR*  StrT_searchOverOfCIdentifier( const TCHAR* Text );\r
 int  StrT_cmp_part( const TCHAR* StringA_Start, const TCHAR* StringA_Over,\r
@@ -1358,7 +1363,7 @@ enum { F_Unicode = 1,  F_Append = 2 };
 int  FileT_copy( const TCHAR* SrcPath, const TCHAR* DstPath );\r
 int  FileT_mkdir( const TCHAR* Path );\r
 int  FileT_del( const TCHAR* Path );\r
-int  FileT_writePart( FILE* File, TCHAR* Start, TCHAR* Over );\r
+int  FileT_writePart( FILE* File, const TCHAR* Start, TCHAR* Over );\r
 \r
 \r
  \r