I\'m trying to compile a program (called es3), but, when I write from terminal:
gcc es3.c -o es3
it appears this message:
/usr/l
You can just add a main function to resolve this problem. Just like:
main
int main() { return 0; }