Wanted program to strip out "C" comments

swaminathan.ravikumar skumar at cbnewsh.ATT.COM
Fri Jan 19 02:22:20 AEST 1990


Is there any public domain software (c program, awk script) to
output just the source code comments both inline, and block?

inline:
	i += 1; /* increment i */
block:
	/*
	 * This is a block comment
	 */
Thanks.

-- ravi
skumar at hocus.att.com



More information about the Comp.lang.c mailing list