riscv_int.h contain int_xlen_t, uint_xlen_t and related marco.
See also: https://github.com/riscv-non-isa/riscv-c-api-doc/pull/14
Differential D154706
[RISCV] Add XLEN width integer type: riscv_int.h kito-cheng on Jul 7 2023, 5:01 AM. Authored by
Details
riscv_int.h contain int_xlen_t, uint_xlen_t and related marco. See also: https://github.com/riscv-non-isa/riscv-c-api-doc/pull/14
Diff Detail
|
Don't you have to #define __RISCV_INT_H after this to make this a complete include guard?