Mail Archives: djgpp-workers/1997/10/24/11:11:09
> `memcpy' is ANSI, we cannot change the order here.
> `movedata' order of arguments is compatible with the function by the
> same name from Borland libraries. Only `dosmemXX' is DJ's invention.
dosmemget/dosmemput were added to DJGPP V1.10 to support DPMI dos memory
access - so have been in use for many, many years (they predate far pointers).
While the argument lists might have been better laid out when I wrote it,
it's not worth breaking a bunch of code out there already using them. I
say leave it all alone, create a new library if desired.
Unless something is clearly broken, I don't think we should change any
prototypes either!
- Raw text -