diff options
Diffstat (limited to '')
| -rw-r--r-- | strlib.c | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -3,15 +3,12 @@ | |||
| 3 | ** String library to LUA | 3 | ** String library to LUA |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_strlib="$Id: strlib.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $"; | 6 | char *rcs_strlib="$Id: strlib.c,v 1.3 1994/08/17 15:10:04 celes Exp roberto $"; |
| 7 | 7 | ||
| 8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | #include <ctype.h> | 10 | #include <ctype.h> |
| 11 | 11 | ||
| 12 | #include "mm.h" | ||
| 13 | |||
| 14 | |||
| 15 | #include "lua.h" | 12 | #include "lua.h" |
| 16 | #include "lualib.h" | 13 | #include "lualib.h" |
| 17 | 14 | ||
