Amiga-C (190/223)

From:Gunther Nikl
Date:27 Aug 2001 at 09:26:17
Subject:[amiga-c] Help with some SAS/C code

On Sat, Aug 25, 2001 at 11:29:10PM +1000, Jonathan Adamczewski wrote:
> chkabort

With newer SAS/C versions this is "void __regargs __chkabort(void)"
libnix does use the same the same symbol (without the __regargs)

> onbreak

You can replace this with eg.: signal(SIG_INT, SIG_IGN);

> if (buffer[6]=='$') stch_l(&buffer[7],&call);

sscanf(&buffer[7], "%x", &call);

> else call = atoi(&buffer[6]);

Gunther

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Do you need to encrypt all your online transactions? Secure corporate intranets? Authenticate your Web sites? Whatever
security your site needs, you'll find the perfect solution here!
http://us.click.yahoo.com/Bre3tC/Q56CAA/yigFAA/dpFolB/TM
---------------------------------------------------------------------~->

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/