




Command:   indent - reformat the layout of a program
Syntax:    indent in_file [out_file] [options]
Flags:     (many)
Examples:  indent -br -c25 prog.c   # Indent prog.c
           indent -npcs prog.c newprog.c # Put output on newprog.c

     Indent reformats  a  C  program  according  to  a  set  of  options
provided.   Most  of  the common choices are available.  The output file
replaces the input file, unless an explicit  output  file  is  specified
(but  a  backup  is made of the original with suffix .BAK).  The options
are given in Chap. 9.















































                                                                        

