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.

24 lines
487 B

  1. /*****************************************************************************
  2. S T R T O K H E A D E R
  3. Name: strtok.h
  4. Date: 21-Jan-1994
  5. Creator: John Fu
  6. Description:
  7. This is the header file for strtok.c
  8. *****************************************************************************/
  9. BOOL IsInAlphaA(
  10. char ch);
  11. LPSTR strtokA(
  12. LPSTR lpchStart,
  13. LPCSTR lpchDelimiters);