\". 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 LIWC 1 .SH NAME liwc \- collection of programs to manipulate C source code .SH "DESCRIPTION" .B liwc is a collection of programs to manipulate C source code. .PP .I ccmtcnvt converts C++ comments to C comments. .PP .I chktri checks for trigraphs. .PP .I cstr prints out string literals. .PP .I entrigraph converts C source to trigraphs, and .I untrigraph converts trigraphs to the single characters they represent. .PP .I rmccmt removes comments. .SH "SEE ALSO" .IR ccmtcnvt (1), .IR chktri (1), .IR cstr (1), .IR entrigraph (1), .IR rmccmt (1), .IR untrigraph (1). .SH AUTHOR Lars Wirzenius, liw@iki.fi.