lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> From lua-l@tecgraf.puc-rio.br  Wed Jul 14 18:15:43 1999
> From: "Ashley Fryer" <lua@bmarket.com>
>
> You may already know this, but...
>
> extern "C"
> {
> #include <lua.h>
> }
>
> works very well too.

Yes, that is what I wound up doing, but it would be nice not to
have to remember to do it every time I wanted to #include it.

--Adam