Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b3adec1a8ba6af5f101303ec9050a0e15a0817ea
/
.
/
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