Explorar el Código

"memcpy" is defined in "string.h".

Roberto Ierusalimschy hace 29 años
padre
commit
2bb3830fc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      func.c

+ 1 - 1
func.c

@@ -1,4 +1,4 @@
-#include <stdlib.h>
+#include <string.h>
 
 #include "luadebug.h"
 #include "table.h"