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