cstr - print out string literals in C source code
cstr [-hv] [--help] [--version] [file ...]
This program reads C source code files and prints out all string literals
in them. Each literal starts on a new line. Escapes are not converted.
Surrounding double quotes are not retained. Adjacent literals
(with only white space in between) are not combined.
Lars Wirzenius, [email protected].
CSTR(1)
[ Back ] |