Re: A89: Re: Re: Libraries!!!


[Prev][Next][Index][Thread]

Re: A89: Re: Re: Libraries!!!




In a message dated 12/14/1998 4:52:37 PM Pacific Standard Time,
m_rayman@bigfoot.com writes:

> Well, I would like to use the libraries, but right now, since there is no 
> standard, I am making all of my programs use the library functions as
macros, 
> and it's difficult to do (for me).  I've tried with the libraries, and 
> overall, it saves about 12,000 bytes of memory on my calculator, it's just 
> that I don't know which to use to make less of a hastle for other people.
>  

Just include the header file like this:
include "libname.h"

Then use the functions like this:

bsr libname::funcname

Feel free to use any of the libraries.  the libs that come with DoorsOS and
Plusshell are fully compatible, so you can use either one.

Daniel Imfeld