#ifndef __NICKEL_H_ #define __NICKEL_H_ /* common includes across the project */ #include #include #include #include #include #include #include #include #include /* includes from internal to the project */ // ... #ifdef __cplusplus extern "C" { #endif // any thing we need in the top level here #ifdef __cplusplus } #endif #endif /* __NICKEL_H_ */