This tool built with C++ can be used to analyze a file written in C and detect common style errors.
- Clone this repository
-
Place a
.c
file in thecode-formatter
directory -
Run
make
in the terminal -
Run
./a.out <filename>
in the terminal
This tool built with C++ can be used to analyze a file written in C and detect common style errors.
Place a .c
file in the code-formatter
directory
Run make
in the terminal
Run ./a.out <filename>
in the terminal