Message-Id: <199904052107.RAA25803@delorie.com> Comments: Authenticated sender is From: "George Foot" To: ams AT ludd DOT luth DOT se (Martin Str|mberg) Date: Mon, 5 Apr 1999 22:04:33 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: inline asm & jmp CC: djgpp AT delorie DOT com X-mailer: Pegasus Mail for Win32 (v2.42a) Reply-To: djgpp AT delorie DOT com On 5 Apr 99 at 10:35, Martin Str|mberg wrote: > but note that my version of memchr_alias() doesn't take any > arguments. Hence some massaging is necessary. Your version just passes the arguments (whatever they may be) on to `memchr' -- since they're still on the stack. You'd need to put in the appropriate prototype, of course (i.e. the same prototype that `memchr' has). -- George