I would like to get rid of the warnings. When I compile the source code with
gcc -Wall -ansi -o test test.c
I get back
te
I solved by adding #include
#include