Menu

Tree [72e386] master latest /
 History

HTTPS access


File Date Author Commit
 Makefile 2024-05-29 Kulina Kulina [e83e76] Readme.md added
 README.md 2024-05-29 Kulina Kulina [b88504] README.md updated
 Readme.md 2024-05-29 Kulina Kulina [e83e76] Readme.md added
 cleancc.c 2024-09-29 Kulina Kulina [72e386] updated line break
 dlink.c 2024-07-20 Kulina Kulina [3a5d0f] Testing
 dlink.h 2024-05-29 Kulina Kulina [f5af70] FirstCommit

Read Me

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

define D_NOCLEANCC and

define D_CLEANCC

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

if 0

}
...

endif

It won't affect your code.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.