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