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