[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C vs C++
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 14 Jul 1999 21:53:08 -0300 (EST)
>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