Some C tools

	Ray Van Tassle		(312)-576-6017
	Motorola, Inc.
	1301 E. Algonquin Rd,
	Schaumburg, Ill 60196

GREP Great file searcher & pattern matching utility. Will
	handle wildcard file names (see fwild.c for a VMS routine
	to do wildcards from C).

CBU	C Beautifier. Will fix up the indenting in a C program.
	We no longer try to do it by hand, or try to use an "auto-indent"
	feature in an editor.
	Will also warn you about nested comments (which VAXC merrily
	scarfs up and doesn't tell you that you just accidently commented out
	half a dozen lines of code), and
	non-matching brackets.
	Does Kernighan & Ritchie style indenting.

LST	File lister.  Can make a print-out to a file for printing also.
	Paginated, with or without line numbers, interprets control
	characters, wrap, etc. You can specify range(s) of line numbers.
	Can also do "tail" to see the last N lines of a file.

XRF	C cross-reference listing generator.  This is the ONLY way to
	get a listing of a C program.


I have also customized TPU and added a bunch of handy keys, plus
	keys to do handy things like: 
	Show balanced () or {} or [] -- no need to go blind trying to
		count parentheses anymore.
	Run a program thru CBU while in the editor.
	Compile a program, and suck in the VAXC error messages.  Then
		use CTRL-N to step thru the errors.

	Who needs LSE??? (Language sensitive editor)  Some slight tailoring
	to TPU gets you 90% of LSE for free.

I havn't put them on this tape because I don't yet have good documentation
	and there is more fix ups I want to do.