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