Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!decvax!genrad!panda!talcott!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.micro.pc Subject: Re: cfree on Xenix (PC/AT) Message-ID: <429@brl-tgr.ARPA> Date: Mon, 9-Dec-85 10:58:09 EST Article-I.D.: brl-tgr.429 Posted: Mon Dec 9 10:58:09 1985 Date-Received: Wed, 11-Dec-85 10:19:00 EST References: <137@duvel.UUCP> Organization: Ballistic Research Lab Lines: 10 > I want to use curses on a PC/AT using a small model program. > There is a small model curses library. However, it uses cfree, > and cfree is only available in the large memory model. What can > I do to get my program running as a small model program?? void cfree( p ) char *p; { free( p ); }