Date: Sun, 27 Aug 2000 16:16:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: printf, cprintf and CR/LF problem In-Reply-To: <39a8d2ed.6649049@news.freeserve.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 27 Aug 2000, Steamer wrote: > Radical NetSurfer wrote: > > > /* Still waiting to learn what a 16-bit entity is called on a 32-bit > > platform (since WORD has been made in an ambiguous term. */ > > There has never been a standard word size, so "word" has always been > ambiguous. FWIW, I've changed the Info docs of getw and putw to explicitly say they read/write a 32-bit entity. At least those who read the docs will now know unambigously what to expect.