File | Date | Author | Commit |
---|---|---|---|
Makefile | 2024-05-29 |
![]() |
[e83e76] Readme.md added |
README.md | 2024-05-29 |
![]() |
[b88504] README.md updated |
Readme.md | 2024-05-29 |
![]() |
[e83e76] Readme.md added |
cleancc.c | 2024-09-29 |
![]() |
[72e386] updated line break |
dlink.c | 2024-07-20 |
![]() |
[3a5d0f] Testing |
dlink.h | 2024-05-29 |
![]() |
[f5af70] FirstCommit |
cleancc is a C code cleaner with proper indentation.
Try it with a backup of the code .
Options can be seen with '-h/--help'
In-code declarations are three to skip cleaning portions
by
by default D_CLEANCC is defined
Sometimes 'cleancc' may report 'brackets not matching'
It can be due to conditional code parts
add sufficient extra brackets with in
}
...
It won't affect your code.