I need my code to be fully up to ANSI standards like using this command line in Unix System:
gcc -ansi -Wall -pedantic code.c -o code...
How can I (manually) compile my code with those standards or is there any settings in Eclipse that can achieve this standard?
Thank you very much!