Open listout opened 2 years ago
uint
unsigned int
timeval
Signed-off-by: listout listout@protonmail.com
On my glibc x86_64-linux system UINT_MAX is $2^{32}-1$. It should probably be uintptr_t?
UINT_MAX
uintptr_t
uint
is not available hence usingunsigned int
instead.timeval
, <sys/time.h> is needed to be imported on non glibc systems.Signed-off-by: listout listout@protonmail.com