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