
|
|
|
|
c2ps-4.0
|
Miscellany
|
Usage: c2ps [ -?h124abceikmnruvwx ] [ -F default_font ] [ -C comment_font ]
[ -K keyword_font ] [ -N lnumber_font ] [ -P preproc_font ]
[ -S string_font ] [ -T type_font ] [ -U function_font ]
[ -X nonlatin_font ] [ -d dim_comments ] [ -f fontsize ]
[ -l lines ] [ -o output_file ] [ -p paper ]
[ -s space ] [ -t tabsize ] [ -_ fun_highlight ]
[ -DPREPROC_VAR ... ] [ -UPREPROC_VAR ... ] [ file ... ]
c2ps sample.c >
sample2.psc2ps sample.c -c -n -u >
sample1.ps
c2ps -F Times-Roman -C Palatino-BoldItalic -K Times-Bold
-N Helvetica -P Helvetica-Bold -S Times-Italic -T Times-BoldItalic
-_ box -w sample.c > sample3.ps
c2ps -d 0 -C Palatino-Italic
sample.c >
sample4.ps
.c .h .cc .hh .cpp .hpp,c2ps -x src/* skel/* | lpr
c2ps -DYY_USE_PROTOS sample.c >
sample5.psc2ps -UYY_USE_PROTOS sample.c >
sample6.psc2ps -DDEBUG -DSUN_SPECIFIC -UPRINT *.cc | lpr
c2ps -f 9 gcc-2.7.2/emit-rtl.c > emit-rtl.ps
c2ps -C Courier -f 9 -a
temp.c >
temp1.psc2ps -C Courier-Bold -f 9 -a -d 0.6
temp.c >
temp2.ps
c2ps -X Cyrillic-Italic-koi8 koi8.cc >
koi8x.ps;
cat Cyrillic-Italic-koi8.ps
koi8x.ps > koi8xx.psc2ps -i -C Antiqua -S Antiqua koi8.cc > koi8y.ps;
cat Antiqua.pfa koi8y.ps > koi8yy.ps