소스 검색

"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"