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