Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!hpda!hpsmtc1!swh From: swh@hpsmtc1.HP.COM (Steve Harrold) Newsgroups: comp.lang.c Subject: Re: Program for Formatting C Source Message-ID: <11480005@hpsmtc1.HP.COM> Date: Thu, 23-Jul-87 10:47:22 EDT Article-I.D.: hpsmtc1.11480005 Posted: Thu Jul 23 10:47:22 1987 Date-Received: Sat, 25-Jul-87 11:31:56 EDT References: <303@olamb.UUCP> Organization: Hewlett Packard, Cupertino Lines: 10 There are a number of "pretty printers" and "beautifiers" for C in the PC world. For example, From Polytron (the makers of PolyMake) there is a product called, strangely enough, "C Beautifier". It offers far more flexibility than the unis cb(1). Also, checkout Aldebaran Laboratories product called SourcePrint. It has less flexibility in re-formatting, but it sure puts out nice PRINT listings. For example, it will draw lines on the output connecting the open and close braces (as well as doing the indenting).