8 lines
104 B
C
8 lines
104 B
C
#ifndef _STDINT_H
|
|
#define _STDINT_H
|
|
|
|
typedef int int32_t;
|
|
typedef int intptr_t;
|
|
|
|
#endif /* _STDINT_H */
|