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