diff options
| author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
|---|---|---|
| committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
| commit | 212fdf861acfc0ecff0adec54501a0766183193d (patch) | |
| tree | 1250acd202ea523681d589e13c96d87d4be8b543 /strlib.h | |
| parent | 26c3684c4f8614de517f5e2ed550972a5dcb5771 (diff) | |
| download | lua-github-212fdf861acfc0ecff0adec54501a0766183193d.tar.gz | |
String library to LUA
Diffstat (limited to 'strlib.h')
| -rw-r--r-- | strlib.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/strlib.h b/strlib.h new file mode 100644 index 00000000..3e650be5 --- /dev/null +++ b/strlib.h @@ -0,0 +1,13 @@ +/* +** String library to LUA +** TeCGraf - PUC-Rio +** $Id: $ +*/ + + +#ifndef strlib_h + +void strlib_open (void); + +#endif + |
