##
## LibASI - Arbitrary Sized Integer Library
## Copyright (C) 2000 Mark Rigby-Jones <mrj@compsoc.net>
## http://www.compsoc.net/~mrj/palm/libasi/
## 
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
##

About LibASI
------------
LibASI is a simple library for doing arithmetic with arbitrary-sized integers.
This is a 'proof-of-concept' version of the library and is incredibly slow,
inefficent and generally badly coded. You have been warned.

Usage
-----
Just compile libasi as part of your project. Look at the .h file for the
function prototypes.

License etc
-----------
NOTE: THIS WILL PROBABLY CHANGE TO THE LGPL
I've released this library as free software under the GNU General
Public License (see the file COPYING), so you're welcome to use it, hack
the source code, beam it to your friends etc as much as you like. On the
other hand, if you do feel like thanking me in some small way, I'll
happily accept bug reports, patches, cash etc.  If there's a feature you'd
like to see added and don't feel like coding it yourself then let me know
and I'll put it on the TODO list (the priority depending on how much work
is involved, how much fun it would be and the size of the bribe).

Compiling
---------
LibASI was compiled under Red Hat Linux 6.1 using prc-tools 2.0 and pilrc
v2.5b1 with the PalmOS SDK 3.1.
