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