cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdlib/nrand48.c -o stdlib/nrand48 -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv stdlib/nrand48.c:11:35: error: ‘nrand48’ undeclared here (not in a function); did you mean ‘srand’? 11 | long (*foo)(unsigned short [3]) = nrand48; | ^~~~~~~ | srand