lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 21a3a58ff7980182248c78ea188f95fe8c1824e9
parent 2f5ff96e8fb70c5cf1589c788af34f0b2e73d1ae
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
Date:   Fri, 17 Dec 1993 17:01:28 -0200

Libraries to be used in LUA programs

Diffstat:
Mlualib.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lualib.h b/lualib.h @@ -1,8 +1,8 @@ /* -** Libraries to use in LUA programs +** Libraries to be used in LUA programs ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** 19 May 93 +** $Id: $ */ #ifndef lualib_h @@ -13,3 +13,4 @@ void strlib_open (void); void mathlib_open (void); #endif +