C Sublime settings
{ "cmd": ["gcc -ansi -pedantic -Wall -o ${file_base_name} ${file_name} && ./${file_base_name}"], "selector": "source.c", "working_dir": "${file_path}", "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "shell": "true" }