55 lines
1.1 KiB
HTML
55 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>SSG Auxiliary Libraries.</TITLE>
|
|
</HEAD>
|
|
<BODY text="#B5A642" link="#8FFF8F" vlink="#18A515" alink="#20336B"
|
|
bgcolor="#005000" background="../marble.png">
|
|
|
|
<TABLE>
|
|
<TR>
|
|
<TD>
|
|
<H1>PUI Auxiliary Libraries.</H1>
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>
|
|
by Steve Baker
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<H2>Introduction</H2>
|
|
<TABLE>
|
|
<TR>
|
|
<TD>
|
|
PLIB/puAux is a suite of auxiliary libraries that build
|
|
higher level classes on top of the basic PUI classes.
|
|
<p>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<p>
|
|
<H2>Conventions</H2>
|
|
puAux is installed and named with the same
|
|
conventions as the base PLIB libraries.
|
|
<br>
|
|
ie:
|
|
<pre>
|
|
/usr/include/plib/puAux.h
|
|
/usr/lib/libplibpuaux.a
|
|
</pre>
|
|
<p>
|
|
PLIB/puAux functions, classes and constants are all
|
|
named with an 'pua' or 'PUA' prefix.
|
|
<br>
|
|
<ADDRESS>
|
|
<A HREF="http://www.sjbaker.org">
|
|
Steve J. Baker.</A>
|
|
<<A HREF="mailto:sjbaker1@airmail.net">sjbaker1@airmail.net</A>>
|
|
</ADDRESS>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|
|
|