Update of /cvsroot/plib/plib/doc/util
In directory usw-pr-cvs1:/tmp/cvs-serv24103
Modified Files:
index.html
Log Message:
Introduced some UL documentation
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/util/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.html 27 Oct 2001 05:34:47 -0000 1.7
+++ index.html 24 Mar 2002 00:35:44 -0000 1.8
@@ -2,6 +2,8 @@
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <META name="keywords" content="UL, PLIB, OpenGL, utility, library, portable, Baker, Steve, ulDir, ulClock, ulDynamicLibrary, ulList, ulLinkedList, ulHashTable, ulPropertySet, ulSleep, ulMilliSecondSleep, ulFindFile, ulFileExists, ulIsAbsolutePathName, ulGetCWD, ulMakePath, ulSetErrorCallback, ulGetErrorCallback, ulGetError, ulClearError, ulStrEqual, ulStrNEqual">
+ <META name="description" content="The PLIB Utility Library is targeted towards hiding common operating system functions behind a thin layer that makes them portable and provides some useful helper classes and routines.">
<TITLE>The Utility Library.</TITLE>
</HEAD>
<BODY text="#B5A642" link="#8FFF8F" vlink="#18A515" alink="#20336B"
@@ -9,72 +11,124 @@
<H1>The PLIB general Utility Library.</H1>
[...646 lines suppressed...]
+ size_t ulEndianWriteBig32 ( FILE *f, unsigned int x ) ;
+ size_t ulEndianWriteBigFloat ( FILE *f, float x ) ;
+</i></pre>
+No further documentation yet.
+
<hr>
+<table>
+<tr>
+<td>
+<a href="http://validator.w3.org/check/referer"><img border="0" src="../valid-html40.png" alt="Valid HTML 4.0!" height="31" width="88"></a>
+<td>
<ADDRESS>
<A HREF="http://www.sjbaker.org">
Steve J. Baker.</A>
<<A HREF="mailto:sjb...@ai...">sjb...@ai...</A>>
</ADDRESS>
+</table>
</BODY>
</HTML>
|