From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Should djdev203/gcc3.1 include stdint.h/inttypes.h? Date: Mon, 15 Jul 2002 20:51:01 CDT Organization: Rice University, Houston TX Lines: 12 Message-ID: <3d337c05.sandmann@clio.rice.edu> References: <3d32daf5$1_1 AT nnrp1 DOT news DOT uk DOT psi DOT net> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1026784612 4264 128.42.105.3 (16 Jul 2002 01:56:52 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 16 Jul 2002 01:56:52 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I was trying to compile a program that uses but > I can't find this in my DJGPP setup. Have I missed something? stdint.h is included in the work-in-progress CVS version which will be part of the next release of DJGPP. It is not available in V2.03, which does not have C99 compliance (v2.03 was first released in 1999). You can pick up a copy of the most recent version via: http://www.delorie.com/bin/cvsweb.cgi/djgpp/include/stdint.h?rev=1.2 I didn't look to see if it would be compatible with V2.03.