logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cunloop — unloop C loops

Authors

       Sandro Sigala <sandro@sigala.it>

Debian                                            July 15, 2001                                       CUNLOOP(1)

Description

       The  cunloop  utility  unloops  the  C  language  loop  and branch instructions while, do, for,if into a
       sequence of goto instuctions to render the source file unreadable.

       The options are as follows:

       -ofile
               Set the output destination to file.

       -pprefix
               Set the identifier prefix for generating the labels.

       -V      Print version information on standard output then exit.

Name

       cunloop — unloop C loops

See Also

cobfusc(1), indent(1)

Synopsis

cunloop [-V] [-ofile] [-pprefix] [file...]

See Also