SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

This is the standard Lua library.

The code of the standard library can be read as an example of how to export C functions to Lua. The easiest library to read is lmathlib.c.

The library is implemented entirely on top of the official Lua API as declared in lua.h, using lauxlib.c, which contains several useful functions for writing libraries. We encourage developers to use lauxlib.c in their own libraries.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.