David Thompson wrote:
It is in a c header file not a c++ header file. Sometimes it needs to be included. C++ should not try and use it as a keyword since it is extern "C".
Oh, thanks. I thoght that extern "C" was ment only to influence only the linkage of the function (calling convention, name mangling...), but that the declaration of the function should be a piece of C++ valid code, and not C. It's my fault. Marco Morandini
