summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/inttypes.h
blob: 87e1798f17a3a098646b5a7a1665072faed8486d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * inttypes.h
 *
 * ISO C99 Format conversion of integer types.
 *
 *  $Id$
 */

#ifndef __INTTYPES_H
#define __INTTYPES_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>
#include <sys/_inttypes.h>

#ifdef __cplusplus
}
#endif

#endif