예제 #1
0
 static
 PRInt32 strip_chars( char* s, PRUint32 len, const char* set )
   {
     return StripChars1(s, len, set);
   }
예제 #2
0
 static
 int32_t strip_chars( char* s, uint32_t len, const char* set )
 {
     return StripChars1(s, len, set);
 }