Short: Generate protos and convert definitions Author: Chin Huang, dickey@invisible-island.net (Thomas E. Dickey), port by uploader Uploader: polluks sdf lonestar org (Stefan Haubenthal) Type: dev/gcc Version: 4.7m Architecture: ppc-morphos URL: http://invisible-island.net/cproto/ usage: cproto [ option ... ] [ file ... ] Options: -a, -t Convert function definitions to ANSI or traditional style -b Rewrite function definitions in both styles -c Enable comments in prototype parameters -e Output "extern" keyword before global declarations -f n Set function prototype style (0 to 3) -o file Redirect output to file -O file Redirect errors to file -p Disable formal parameter promotion -q Disable include file read failure messages -s Output static declarations also -S Output static declarations only -i Output inline declarations also -v Output variable declarations -x Output variables and functions declared "extern" -m Put macro around prototype parameters -M name Set name of prototype macro -d Omit prototype macro definition -P template Set prototype format template " int f (a, b)" -F template Set function definition format template " int f (a, b)" -C template Set format for function definition with parameter comments -D name[=value] Define C preprocessor symbol -U name Undefine C preprocessor symbol -I directory Add #include search directory -E command Run specified C preprocessor command -E 0 Do not run any C preprocessor -V Print version information