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

#ifndef __INTTYPES_H
#define __INTTYPES_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>

#ifdef __cplusplus
}
#endif

#endif