This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: something that would be nice


On Tue, Nov 11, 2003 at 04:25:55PM -0700, Matt Wells wrote:
> oh, follow up question.
> if i had a bunch of these functions in one file wouldn't i have
> to do it like:
> struct foo1 { int i; int j; } bar () ;
> struct foo2 { int i; int j; } bar () ;
> struct foo3 { int i; int j; } bar () ;
>
> if so, that could get confusing.

Sorry, this message suggests that you need help with the C language,
or advice on accomplishing programming tasks in C, and this is not
an appropriate list for that.

I mean, surely you know about how to define a struct one time, or how
to write typedefs?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]