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