lua-users home
lua-l archive

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


Eeek.

Howsabout some

#idef _cplusplus
extern "C"
{
#endif

/* normal function prototypes */

#ifdef _cplusplus
};
#endif

in your header files?

--Adam