浏览代码

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

Roberto Ierusalimschy 29 年之前
父节点
当前提交
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"