cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations endian/uint32_t.c -o endian/uint32_t -D_POSIX_C_SOURCE=202405L -lm -lpthread endian/uint32_t.c:2:1: error: unknown type name 'uint32_t' uint32_t* foo; ^ 1 error generated.