2
0
Эх сурвалжийг харах

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

Roberto Ierusalimschy 29 жил өмнө
parent
commit
2bb3830fc1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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"