Closed JulianGmp closed 3 years ago
Use standard int types such as uint32_t instead of int types through keywords like unsigned int
uint32_t
unsigned int
Related to PR #99
Use standard int types such as
uint32_t
instead of int types through keywords likeunsigned int
Related to PR #99