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