[go: up one dir, main page]

File: README

package info (click to toggle)
liwc 1.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 84 kB
  • ctags: 78
  • sloc: ansic: 380; makefile: 54; sh: 1
file content (21 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is liwc, version 1.2.

liwc is a collection of programs to manipulate C source code.

ccmtcnvt converts C++ comments (// foo) to C comments (/* foo */).
rmccmt removes C comments.
entrigraph converts single characters to trigraphs.
untrigraph converts trigraphs to single characters.
cstr prints string literals in C programs.

You need my Publib library and a <unistd.h> that declares getopt
to build. Once you have these (or hack the source to avoid them),
you can compile with "make" and install with "make install".

Please send all bug reports by electronic mail to:
    liw@iki.fi

liwc is free software.  You may copy it according to the
GNU General Public License, version 2. A copy of the license
is not included, but you can get one from most FTP sites that
have GNU software, for example, prep.ai.mit.edu.