git clone http://www.coincoin169.org/git/exc.git exc
exc - extract text from C source code
exc
[FILE
] ...
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.
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.
Written by Guillaume Quintin (coincoin169@gmail.com).