Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
429d71943d6b94c7dc3c40a39ff1a09742c77dc2
/
.
/
py
/
machine.h
blob: fa39c8f2d0c79f4dce6358841ad7420cb07bd545 [
file
] [
log
] [
blame
]
typedef
int64_t
machine_int_t
;
// must be pointer size
typedef
uint64_t
machine_uint_t
;
// must be pointer size
typedef
void
*
machine_ptr_t
;
// must be of pointer size
typedef
double
machine_float_t
;