Samsung Internal API reference
2.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
stdint.h
1
#ifndef STDINT_H
2
#define STDINT_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#if defined(__clang__)
9
#include <stdint-clang.h>
10
#elif defined(__GNUC__)
11
#include "stdint-gcc.h"
12
#endif
/* __clang__ */
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif // STDINT_H
stdint.h
Generated by
1.8.11