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