Files
rtems/cpukit/libcsupport/include/stdint.h
Ralf Corsepius fe661e4169 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409:
	* include/stdint.h: Include rtems/stdint.h
2003-05-27 16:33:01 +00:00

23 lines
202 B
C

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