summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/inttypes.h
blob: 73f9716718fb930626036afdfbe7623d216e80a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file inttypes.h
 */
 
/*
 *  $Id$
 */

#ifndef __INTTYPES_H
#define __INTTYPES_H

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

#endif