Imported from ../lua-4.0.1.tar.gz.
[lua.git] / src / lib / README
blobc04a12e26f1ed889b441ea3a1e0b6f65fe3c77d1
1 This is the standard Lua library.
2 It is implemented entirely on top of the official Lua API as declared in lua.h,
3 using lauxlib.c, which contains several useful functions for writing libraries. 
4 We encourage developers to use lauxlib.c in their own libraries.
5 The code of the standard library can be read as an example of how to export
6 C functions to Lua.