cproto

Generate function prototypes from C source code files

brewmacoslinux
Try with needOr install directly
Source

About

Generate function prototypes for functions in input files

Commands

cproto

Examples

Generate prototypes for a single C file$ cproto myfile.c
Generate prototypes for multiple files and save to header$ cproto *.c > prototypes.h
Generate prototypes with ANSI C style function declarations$ cproto -a myfile.c