From b945fae40e270c8085ccdd8485bb01121f0a8406 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Sep 1997 16:25:59 -0300 Subject: Lua standard mathematical library --- mathlib.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mathlib.h (limited to 'mathlib.h') diff --git a/mathlib.h b/mathlib.h deleted file mode 100644 index 2adb2de9..00000000 --- a/mathlib.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -** Math library to LUA -** TeCGraf - PUC-Rio -** $Id: $ -*/ - - -#ifndef strlib_h - -void mathlib_open (void); - -#endif - -- cgit v1.2.3-55-g6feb