update for HEAD-2003091401
[reactos.git] / lib / crtdll / string / strtok.c
index 1ddb50d..ee4d192 100644 (file)
@@ -1,6 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 char* strtok(char *s, const char *delim)
 {
   const char *spanp;