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:26:32 1999
>From: Adam Wozniak <adam@mudlist.eorbit.net>

>Eeek.

???

>Howsabout some
>
>#idef _cplusplus
>extern "C"
>{
>#endif
>
>/* normal function prototypes */
>
>#ifdef _cplusplus
>};
>#endif
>
>in your header files?

Lua in written in pure ANSI C, not C++. How about you doing this in your code?
--lhf