Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
297 B

  1. char *pathcat (char *pDst, char *pSrc);
  2. char *pname (char *pszName);
  3. LPSTR strbscan (const LPSTR pszStr, const LPSTR pszSet );
  4. char fPathChr( int c );
  5. BOOLEAN forsemi (char *p, BOOLEAN (*proc)( char*, void * ), void *args);
  6. #define strend(x) ((x)+strlen(x))
  7. #define PSEPSTR "/"