summaryrefslogtreecommitdiff
path: root/clients/lib/strlib.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1996-11-19 12:00:00 +0000
committerrepogen <>1996-11-19 12:00:00 +0000
commit47a298a24ad3a8202440051de5938618502302a0 (patch)
tree9be43568f1e90c9219d5e3860b58c8ac1db5f062 /clients/lib/strlib.h
parent721542976ebc89f2f8d17d19be7e4426570b69be (diff)
downloadlua-github-2.5.tar.gz
Lua 2.52.5
Diffstat (limited to 'clients/lib/strlib.h')
-rw-r--r--clients/lib/strlib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/clients/lib/strlib.h b/clients/lib/strlib.h
deleted file mode 100644
index db3d38c5..00000000
--- a/clients/lib/strlib.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-** String library to LUA
-** TeCGraf - PUC-Rio
-** $Id: strlib.h,v 1.1 1993/12/17 18:41:19 celes Stab $
-*/
-
-
-#ifndef strlib_h
-
-void strlib_open (void);
-
-#endif
-