update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strtok.c
index 62b0fdc..1ddb50d 100644 (file)
@@ -1,8 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/string.h>
+#include <msvcrt/string.h>
 
-char *
-strtok(char *s, const char *delim)
+char* strtok(char *s, const char *delim)
 {
   const char *spanp;
   int c, sc;