Samsung Internal API reference  2.0
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