diff options
author | Lua Team <team@lua.org> | 1996-11-19 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-11-19 12:00:00 +0000 |
commit | 47a298a24ad3a8202440051de5938618502302a0 (patch) | |
tree | 9be43568f1e90c9219d5e3860b58c8ac1db5f062 /clients/lib/mathlib.h | |
parent | 721542976ebc89f2f8d17d19be7e4426570b69be (diff) | |
download | lua-github-2.5.tar.gz |
Lua 2.52.5
Diffstat (limited to 'clients/lib/mathlib.h')
-rw-r--r-- | clients/lib/mathlib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/clients/lib/mathlib.h b/clients/lib/mathlib.h deleted file mode 100644 index 7630144a..00000000 --- a/clients/lib/mathlib.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -** Math library to LUA -** TeCGraf - PUC-Rio -** $Id: mathlib.h,v 1.1 1993/12/17 18:41:19 celes Stab $ -*/ - - -#ifndef strlib_h - -void mathlib_open (void); - -#endif - |