liwc


A collection of tools for manipulating C source code

liwc is a collection of programs to manipulate C source code, originally written by Lars "liw" Wirzenius.

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

Project Information

The project was created on Jun 19, 2012.

Labels:
C Utility