x86_64-managarm-gcc -pthread -Wall -Wextra -Werror=implicit-function-declaration mqueue/mq_send.c -o mqueue/mq_send -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv -lintl -liconv mqueue/mq_send.c: In function ‘main’: mqueue/mq_send.c:108:14: error: implicit declaration of function ‘mq_send’ [-Wimplicit-function-declaration] 108 | if ( mq_send(mq, "food", 4, 0) < 0 ) | ^~~~~~~