Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 187 Bytes

c.md

File metadata and controls

9 lines (5 loc) · 187 Bytes

C

For gcc, always use following flags to compile, make it an alias to your .rc

gcc -Wall -Wextra -std=c99 -pedantic

Print line num of code

fprintf(stdout, "%s\n", __LINE__)