Automatic Function Prototype Generation
David Dyer-Bennet
ddb at ns.UUCP
Wed Jul 27 02:49:14 AEST 1988
In article <306 at optilink.UUCP>, cramer at optilink.UUCP (Clayton Cramer) writes:
> [Discussion of the Microsoft C /Zg option to generate function prototypes]
> How are other people using the /Zg option?
I use it just once, at the beginning of development, to produce my first
set of prototypes for the functions. AFter that I update it manually.
Since I always include foo.h in foo.c, if they get out of synch I'll get
a compilation error there, so it won't go undetected.
(I'm not sure this is better than your system; I hadn't considered setting
up what you've got, and will now consider it. But the above describes what
I've been doing so far....)
--
-- David Dyer-Bennet
...!{rutgers!dayton | amdahl!ems | uunet!rosevax}!umn-cs!ns!ddb
ddb at Lynx.MN.Org, ...{amdahl,hpda}!bungia!viper!ddb
Fidonet 1:282/341.0, (612) 721-8967 hst/2400/1200/300
More information about the Comp.lang.c
mailing list