Date: Tue, 27 Apr 1999 13:40:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Oscar Almer cc: djgpp AT delorie DOT com Subject: Re: Allegro/screen questions. PLEASE ANSWER! In-Reply-To: <19990427095605.27326.qmail@www0f.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 27 Apr 1999, Oscar Almer wrote: > in the allegro examples there are some undocumented functions, like > _dos_ds()(although this one is fairly obvious) and others. _dos_ds is NOT a function, it's a variable. And it *is* documented: type "info libc alpha _go32_info_block" from the DOS prompt and read there. > is there anywhere i can get the descriptions of these functions? In general, all functions should be documented in the library reference. If you find some function that isn't, please submit a bug report. But make sure you have the latest version of the docs from djdev202.zip, since many such problems were corrected in DJGPP v2.02.