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

4.104.114.84.95
Last change on this file since 690861c was 485e80fa, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/02 at 13:23:40

2002-04-16 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Add stdint.h and inttypes.h. (reported by Mike Siers <mikes@…>)
  • include/stdint.h: New file.
  • include/inttypes.h: New file.
  • Property mode set to 100644
File size: 224 bytes
Line 
1/*
2 * inttypes.h
3 *
4 * ISO C99 Format conversion of integer types.
5 *
6 *  $Id$
7 */
8
9#ifndef __INTTYPES_H
10#define __INTTYPES_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#include <stdint.h>
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.