source: rtems/cpukit/libcsupport/include/stdint.h @ 690861c

4.104.114.84.95
Last change on this file since 690861c was fe661e4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 16:33:01

2003-05-27 Ralf Corsepius <corsepiu@…>

PR 409:

  • include/stdint.h: Include rtems/stdint.h
  • Property mode set to 100644
File size: 202 bytes
Line 
1/*
2 * stdint.h
3 *
4 * ISO C99 integer types
5 *
6 * $Id$
7 */
8
9#ifndef __STDINT_H
10#define __STDINT_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#include <rtems/stdint.h>
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.