From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Length of Chars... Date: Thu, 27 Jan 2000 09:18:44 +0200 Organization: NetVision Israel Lines: 11 Message-ID: References: <3888ED7B DOT DF52FEB2 AT ou DOT edu> <38896068 DOT 8C5927C0 AT is DOT elta DOT co DOT il> <388A0530 DOT DF2B2F31 AT ou DOT edu> <86hklo$dot$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <86itfi$l1r$1 AT gateway DOT qnx DOT com> <86jp9i$3u9$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <86lm9t$j54$1 AT gateway DOT qnx DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 948957714 10290 199.203.121.2 (27 Jan 2000 07:21:54 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 27 Jan 2000 07:21:54 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 26 Jan 2000, Damian Yerrick wrote: > >One should use > >things like inttypes.h where 8 16 32 64 types are defined correctly. > > Where's this inttypes.h? Couldn't find it in \djgpp\include. We don't have it. It's part of the forthcoming C99 standard, which DJGPP currently doesn't support. Volunteers are welcome to submit changes for this and other C99 features we currently miss.