diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-09-16 16:25:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-09-16 16:25:59 -0300 |
commit | 75ac0d217266dba48a887df96d37398140e22b9e (patch) | |
tree | 876365c903fcc411922c4e9ecd1a8cf41e5253d1 /strlib.h | |
parent | 9f3785a2f375989fbac59f82efe38768919cc334 (diff) | |
download | lua-75ac0d217266dba48a887df96d37398140e22b9e.tar.gz lua-75ac0d217266dba48a887df96d37398140e22b9e.tar.bz2 lua-75ac0d217266dba48a887df96d37398140e22b9e.zip |
Standard library for strings and pattern-matching
Diffstat (limited to 'strlib.h')
-rw-r--r-- | strlib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/strlib.h b/strlib.h deleted file mode 100644 index 3e650be5..00000000 --- a/strlib.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* | ||
2 | ** String library to LUA | ||
3 | ** TeCGraf - PUC-Rio | ||
4 | ** $Id: $ | ||
5 | */ | ||
6 | |||
7 | |||
8 | #ifndef strlib_h | ||
9 | |||
10 | void strlib_open (void); | ||
11 | |||
12 | #endif | ||
13 | |||