Compiler

C version suggestion: C11, C99

$(clang -std=c11 $c_file -o $obj_file)

$(gcc -std=c99)

Last updated