summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/stdint.h
blob: 34cc7032feb48bf1897ec27b96fb3b266d6a30e3 (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
24
/**
 * @file stdint.h
 */

/*
 * ISO C99 integer types
 *
 * $Id$
 */

#ifndef __STDINT_H
#define __STDINT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <sys/_stdint.h>

#ifdef __cplusplus
}
#endif

#endif