Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a1cd68d2a19e9a767c5f2c1c4474dac3088a7374
/
.
/
aos
/
aos_stdint.h
blob: accb5cebb6f75f36820da00529946f75317976e4 [
file
] [
log
] [
blame
]
#ifndef
AOS_AOS_STDINT_H_
#define
AOS_AOS_STDINT_H_
#include
<stdint.h>
#ifdef
__VXWORKS__
typedef
int64_t
intmax_t
;
typedef
uint64_t
uintmax_t
;
#endif
#endif