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