aboutsummaryrefslogtreecommitdiff
path: root/strlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'strlib.h')
-rw-r--r--strlib.h13
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
10void strlib_open (void);
11
12#endif
13