Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 188 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 188 Bytes

C-AutoIndent

Auto-indent C source code.

Usage :

1. Compile "autoindent.c" file.
    gcc -Wall autoindent.c

2. Run the program.
    ./a.out [filename.c]