logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cstr - print out string literals in C source code

Author

       Lars Wirzenius, liw@iki.fi.

                                                                                                         CSTR(1)

Description

       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.

Name

       cstr - print out string literals in C source code

Synopsis

       cstr [-hv] [--help] [--version] [file ...]

See Also