X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Wolfram Sang Newsgroups: comp.os.msdos.djgpp Subject: ScreenGetCursor - libc.reference Date: Mon, 16 Jan 2006 20:22:32 +0100 Organization: Technische Universitaet Ilmenau Lines: 19 Message-ID: NNTP-Posting-Host: a250.fem.tu-ilmenau.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: newsserver.rz.tu-ilmenau.de 1137439486 30905 141.24.51.250 (16 Jan 2006 19:24:46 GMT) X-Complaints-To: usenet AT newsserver DOT rz DOT tu-ilmenau DOT de NNTP-Posting-Date: Mon, 16 Jan 2006 19:24:46 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, well, just a very minor thing. In the libc-docs I read: === Syntax: #include void ScreenGetCursor(int *row, int *column); [...] Example: ScreenGetCursor(&wherex, &wherey); === Well, aren't there "&wherex" and "&wherey" interchanged? Or am I just making a fool out of myself? :) Best wishes, Wolfram Sang