Path: utzoo!attcan!uunet!lll-winken!ames!killer!texbell!sugar!peter From: peter@sugar.uu.net (Peter da Silva) Newsgroups: comp.sys.amiga Subject: Re: Arp.library Message-ID: <3297@sugar.uu.net> Date: 17 Jan 89 02:06:38 GMT References: <8901162138.AA11702@jade.berkeley.edu> Organization: Sugar Land Unix - Houston, TX Lines: 29 /* ARPLOCK.c -- no copyright, no guarantees, just something that should work. Usage: "RUN ARPLOCK" To remove: do a STATUS to get the task number (n), then type "BREAK PROCESS ". This should be the minimal 'C' program to do the job. Well, you could try it with no 'C' runtime and grab ExecBase yourself. */ #include #include _main() { struct Library *OpenLibrary(), *arpbase; arpbase = OpenLibrary("arp.library", 0); if(arpbase) { Wait(SIGBREAKF_CTRL_C); CloseLibrary(arpbase); Exit(0); } Exit(20); } -- Peter "Have you hugged your wolf today" da Silva `-_-' Hackercorp. ...texbell!sugar!peter, or peter@sugar.uu.net 'U`