Path: utzoo!attcan!uunet!lll-winken!ames!haven!trantor.umd.edu!louie From: louie@trantor.umd.edu (Louis A. Mamakos) Newsgroups: comp.sys.amiga Subject: Re: Arp.library Message-ID: <3064@haven.umd.edu> Date: 16 Jan 89 22:33:47 GMT References: <8901162138.AA11702@jade.berkeley.edu> Sender: news@haven.umd.edu Reply-To: louie@trantor.umd.edu (Louis A. Mamakos) Organization: University of Maryland, College Park Lines: 23 How to keep arp.library from being flushed? How about a diddly program: #include struct Library *foo, *OpenLibray(); main() { foo = OpenLibrary("arp.library", 0L); if (foo == (struct Library *) NULL) printf("Can't open arp.library\n"); exit(0); } This will open the library, but not close it. A library with a non-zero reference count won't be Expunged from memory. Personally, I don't think that doing this is a good idea, but you asked.. Louis A. Mamakos WA3YMH Internet: louie@TRANTOR.UMD.EDU University of Maryland, Computer Science Center - Systems Programming