Explorar o código

Correct syntax now...

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
8cbb9efc63
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      libc/string/generic/strtok_r.c

+ 1 - 4
libc/string/generic/strtok_r.c

@@ -36,10 +36,7 @@
 	x = strtok_r(NULL, "=", &sp);	// x = NULL
 		// s = "abc\0-def\0"
 */
-char attribute_hidden *__strtok_r (s, delim, save_ptr)
-     char *s;
-     const char *delim;
-     char **save_ptr;
+char attribute_hidden *__strtok_r (char *s, const char *delim, char **save_ptr)
 {
   char *token;