SPUG: Parsing (or at least matching) C function prototypes

Yitzchak Scott-Thoennes sthoenna at gmail.com
Mon Mar 1 21:05:44 PST 2010


Sorry for initially replying to just you, Michael.

On Mon, Mar 1, 2010 at 7:04 PM, Michael R. Wolf <MichaelRWolf at att.net> wrote:
> In order to create an instrumentation layer in his C code, a friend wants to
> extract function prototypes from his C code.

The usual answer to this problem is:

gcc -aux-info foo.prototypes -c foo.c


More information about the spug-list mailing list