Date: Sun, 7 Sep 1997 13:10:43 -0700 (PDT) Message-Id: <199709072010.NAA02970@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "xIGOO" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Far pointers in DJGPP Precedence: bulk At 09:05 9/3/1997 GMT, xIGOO wrote: >Hello, > >could anyone please tell me how to copy segments of memory using far >pointers in DJGPP. >I know how to do it using nearptr, but not far pointers, is there a way at >all. Use the movedata() function. Check the libc docs for more info. Nate Eldredge eldredge AT ap DOT net