[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Advice request to build C functions in a library for Lua5.1
- From: "Mark Edgar" <medgar123+lua-l@...>
- Date: Fri, 2 Nov 2007 12:35:35 -0700
Also, don't use LUALIB_API or LUA_API to mark functions in your code.
These macros are to mark functions in the Lua library.
-Mark