|
@@ -2,25 +2,15 @@
|
|
|
** Libraries to be used in LUA programs
|
|
|
** Grupo de Tecnologia em Computacao Grafica
|
|
|
** TeCGraf - PUC-Rio
|
|
|
-** $Id: lualib.h,v 1.1 1993/12/17 19:01:46 celes Exp celes $
|
|
|
+** $Id: lualib.h,v 1.2 1994/08/24 15:29:02 celes Stab roberto $
|
|
|
*/
|
|
|
|
|
|
#ifndef lualib_h
|
|
|
#define lualib_h
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C"
|
|
|
-{
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
void iolib_open (void);
|
|
|
void strlib_open (void);
|
|
|
void mathlib_open (void);
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
#endif
|
|
|
|