x86_64-managarm-gcc -pthread -Wall -Wextra encrypt.c -o encrypt -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv encrypt.c: In function ‘main’: encrypt.c:15:9: error: implicit declaration of function ‘setkey’ [-Wimplicit-function-declaration] 15 | setkey(key); | ^~~~~~ encrypt.c:19:9: error: implicit declaration of function ‘encrypt’ [-Wimplicit-function-declaration] 19 | encrypt(buffer, 0); | ^~~~~~~