[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: C vs C++
- From: Adam Wozniak <adam@...>
- Date: Wed, 14 Jul 1999 22:00:10 -0700
> 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