\". Part of liwc, a collection of tools for manipulating C source code \". Copyright (c) 1994-2003 Lars Wirzenius \". \". This program is free software; you can redistribute it and/or modify \". it under the terms of the GNU General Public License, version 2, as \". published by the Free Software Foundation. \". \". This program is distributed in the hope that it will be useful, \". but WITHOUT ANY WARRANTY; without even the implied warranty of \". MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \". GNU General Public License for more details. \". \". You should have received a copy of the GNU General Public License along \". with this program; if not, write to the Free Software Foundation, Inc., \". 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH CSTR 1 .SH NAME cstr \- print out string literals in C source code .SH SYNOPSIS cstr [-hv] [--help] [--version] [file ...] .SH "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. .SH AUTHOR Lars Wirzenius, liw@iki.fi.