summaryrefslogblamecommitdiffstats
path: root/cpukit/libcsupport/include/stdint.h
blob: 34cc7032feb48bf1897ec27b96fb3b266d6a30e3 (plain) (tree)
1
2
3
4
5



                 
  











                        
                        
 




                  
/**
 * @file stdint.h
 */

/*
 * ISO C99 integer types
 *
 * $Id$
 */

#ifndef __STDINT_H
#define __STDINT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <sys/_stdint.h>

#ifdef __cplusplus
}
#endif

#endif