This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: type definitions?
- From: Tolga Dalman <ates100 at web dot de>
- To: Dung V Nguyen <dvnguyen at cisunix dot unh dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 29 Jan 2003 22:46:58 +0100
- Subject: Re: type definitions?
- References: <Pine.OSF.4.53.0301291416220.219294@alberti.unh.edu>
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")