83db157e289882561bee52855abf025f834454fd
[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=silcutil.html:SILC Util API
16 @LINK=silczip.html:SILC Zip API
17 @LINK=silclist.html:SILC List API
18 @LINK=silcdlist.html:SILC Dynamic List API
19 -->
20
21 <FONT SIZE="+3">SILC Utility Library</FONT><BR><BR>
22 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
23 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
24 SILC Utility Library provides various utility routines for the applications.
25 For example, it provides the application's main loop, called the SILC
26 Scheduler.  It can handle all kinds of tasks, like socket connections and
27 timeout tasks.  The SILC Utility Library also provides various buffer
28 management routines.  All of these routines work on multiple platforms
29 such as Unix and WIN32.
30 </FONT>
31 </PRE>
32
33 @LINKS@