/* * stdint.h * * ISO C99 integer types * * $Id$ */ #ifndef __STDINT_H #define __STDINT_H #ifdef __cplusplus extern "C" { #endif #include #ifdef __cplusplus } #endif #endif