diff options
Diffstat (limited to 'strlib.c')
| -rw-r--r-- | strlib.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -3,12 +3,14 @@ | |||
| 3 | ** String library to LUA | 3 | ** String library to LUA |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_strlib="$Id: $"; | 6 | char *rcs_strlib="$Id: strlib.c,v 1.1 1993/12/17 18:41:19 celes Exp celes $"; |
| 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 | |||
| 12 | 14 | ||
| 13 | #include "lua.h" | 15 | #include "lua.h" |
| 14 | 16 | ||
