Posts Tagged ‘cpp’

cproto – generates function prototypes for functions defined in C source files
USAGE
cproto [ option ... ] [ file ... ]

DESCRIPTION
Cproto generates function prototypes for functions defined in the spec-
ified C source [...]

Wednesday, August 26th, 2009 at 23:55 | Comments Off
Categories: c
Tags: , ,

cpp – The C Preprocessor
USAGE
cpp [-Dmacro[=defn]…] [-Umacro]
[-Idir...] [-Wwarn...]
[-M│-MM] [-MG] [-MF filename]
[-MP] [-MQ target...] [-MT target...]
[...]

Wednesday, August 26th, 2009 at 23:55 | Comments Off
Categories: c
Tags: , , , , , , ,
TOP