cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdlib/random.c -o stdlib/random -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv stdlib/random.c:11:21: error: ‘random’ undeclared here (not in a function); did you mean ‘rand’? 11 | long (*foo)(void) = random; | ^~~~~~ | rand