X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.65.202 with SMTP id z10mr664973pas.45.1405648440233; Thu, 17 Jul 2014 18:54:00 -0700 (PDT) X-Received: by 10.50.18.50 with SMTP id t18mr52071igd.10.1405648439945; Thu, 17 Jul 2014 18:53:59 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 17 Jul 2014 18:53:59 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:7:f00:2ca:eccf:c87e:5a70:1b5e; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 NNTP-Posting-Host: 2601:7:f00:2ca:eccf:c87e:5a70:1b5e User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: scrambled documentation for _dosmemput*, please fix From: Jim Michaels Injection-Date: Fri, 18 Jul 2014 01:53:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1307 Lines: 3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com the example doesn't match the declaration for _dosmemput*. http://www.delorie.com/djgpp/doc/libc/ please fix. I am trying to implement some code with these functions, and the documentation has the arguments scrambled. thanks.