GIT REPO

git clone http://www.coincoin169.org/git/exc.git exc

NAME

exc - extract text from C source code

SYNOPSIS

exc [FILE] ...

DESCRIPTION

Extract text from C source code. exc reads FILE and writes the extracted text on standard output. Several files can be specified. They are read in the order they are given in the command line. If no file is given exc will read from the standard input.

FORMAT OF THE INPUT

The input given to exc must be correct C source code. If there is any error in the input, the output of exc is undefined.

If the input is correct C source code, then exc will extract and print on standard output the text between /** and */. The extracted text can be whatever you want it to be. exc does not care what the text is, it just extracts and write it on standard output.

AUTHOR

Written by Guillaume Quintin (coincoin169@gmail.com).