mirror of
https://github.com/lua/lua
synced 2024-11-22 12:51:30 +03:00
no special treatment for C++ (this should be done in the C++ code)
This commit is contained in:
parent
84b99d25ad
commit
2486d677c9
12
lualib.h
12
lualib.h
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user