Re: C vs C++
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C vs C++
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 1999年7月14日 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