From 26c5f56ad1ac6f0409e638f44af75da09f2b0a0b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Sep 1997 16:25:59 -0300 Subject: Built-in functions --- lbuiltin.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lbuiltin.h (limited to 'lbuiltin.h') diff --git a/lbuiltin.h b/lbuiltin.h new file mode 100644 index 00000000..07210f85 --- /dev/null +++ b/lbuiltin.h @@ -0,0 +1,14 @@ +/* +** $Id: $ +** Built-in functions +** See Copyright Notice in lua.h +*/ + +#ifndef lbuiltin_h +#define lbuiltin_h + + +void luaB_predefine (void); + + +#endif -- cgit v1.2.3-55-g6feb