blob: ece44ca34f3b2a6e550e50e2633206fbbdd422d2 [file] [log] [blame]
/*
* This file is included at the end of other include files.
* It basically turns off the C++ specific code words that
* insure this code is seen as C code even within
* a C++ compiler.
*
*/
#ifdef __cplusplus
}
#endif