blob: fa39c8f2d0c79f4dce6358841ad7420cb07bd545 (
plain) (
blame)
1
2
3
4
|
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;
|