Closed hxtk closed 6 years ago
On gcc (GCC) 7.2.0 from ArchLinux standard repositories (core/gcc), it fails to compile as written.
core/gcc
uintptr_t is not defined without the stdint.h header. Including that header allowed the program to compile without errors.
uintptr_t
stdint.h
On gcc (GCC) 7.2.0 from ArchLinux standard repositories (
core/gcc
), it fails to compile as written.uintptr_t
is not defined without thestdint.h
header. Including that header allowed the program to compile without errors.