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: type definitions?


On Wed, 29 Jan 2003 14:18:47 -0500 (EST) Dung V Nguyen <dvnguyen@cisunix.unh.edu> wrote:

> Hi.  Anybody knows which header file contains type definitions for C in
> gcc ?  Please let me know.  Thank you!

try #include <sys/types>. AFAIK, this is not gcc specific, but libc dependant. 
this information defined by iso c. 
for the next time: please, take a look into a good book or ask somewhere else, before asking in this group.

i hope i could help.

brg, 
Tolga Dalman.

ps: there are some very good faqs in the internet about programming c (google:"c faq")


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