Date: Mon, 29 Jan 1996 11:51:12 +0200 (IST) From: Eli Zaretskii To: Thomas McNeill Cc: djgpp AT delorie DOT com Subject: Re: dosmemput commands On Sun, 28 Jan 1996, Thomas McNeill wrote: > Doesn anyone know how to use the dosmemput commands, I can get the > dosmemput command to work, but I can't find out how many bytes the > transfer rate is, so I want to know if anyone knows or how do you get > dosmemputw to work, I get an error saying 'Undefined reference to > doesmemputw' what is the problem. `dosmemputw' moves a 16-bit short at a time. It is included in the v2.0 library I have. What version of the library do you use?