diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-07-24 15:01:52 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-07-24 15:01:52 -0300 |
commit | 2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9 (patch) | |
tree | 5a8b7037f8186b132db1322bca038660ba2db097 | |
parent | 7a38bdd4b3649366fe51afa504cbbd94167e4262 (diff) | |
download | lua-2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9.tar.gz lua-2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9.tar.bz2 lua-2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9.zip |
"memcpy" is defined in "string.h".
-rw-r--r-- | func.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | #include <stdlib.h> | 1 | #include <string.h> |
2 | 2 | ||
3 | #include "luadebug.h" | 3 | #include "luadebug.h" |
4 | #include "table.h" | 4 | #include "table.h" |