updates.
[silc.git] / lib / silcutil / DIRECTORY
1 <!--
2 @LIBRARY=SILC Utility Library
3 @FILENAME=silcutillib.html
4 -->
5
6 <OL>
7 <FONT SIZE="+3">SILC Utility Library</FONT><BR><BR>
8 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
9 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
10 SILC Utility Library provides various utility routines for the applications.
11 For example, it provides the application's main loop, called the SILC
12 Scheduler.  It can handle all kinds of tasks, like socket connections and
13 timeout tasks.  The SILC Utility Library also provides various buffer
14 management routines.  All of these routines work on multiple platforms
15 such as Unix and WIN32.
16 </FONT>
17 </PRE>
18
19 <LI><A HREF="silcbuffer.html">SILC Buffer API</A>
20 <LI><A HREF="silcbuffmt.html">SILC Buffer Format API</A>
21 <LI><A HREF="silcbufutil.html">SILC Buffer Utility API</A>
22 <LI><A HREF="silchashtable.html">SILC Hash Table API</A>
23 <LI><A HREF="silclog.html">SILC Log and Debug API</A>
24 <LI><A HREF="silcmemory.html">SILC Memory API</A>
25 <LI><A HREF="silcmutex.html">SILC Mutex API</A>
26 <LI><A HREF="silcthread.html">SILC Thread API</A>
27 <LI><A HREF="silcnet.html">SILC Net API</A>
28 <LI><A HREF="silcschedule.html">SILC Schedule API</A>
29 <LI><A HREF="silcsockconn.html">SILC Socket Connection API</A>
30 <LI><A HREF="silcutil.html">SILC Util API</A>
31 <LI><A HREF="silczip.html">SILC Zip API</A>
32 <LI><A HREF="silclist.html">SILC List API</A>
33 <LI><A HREF="silcdlist.html">SILC Dynamic List API</A>
34 </OL>