Added cross-reference support for document generator.
[silc.git] / lib / silcutil / DIRECTORY
1 <!--
2 @LIBRARY=SILC Utility Library
3 @FILENAME=silcutillib.html
4 @LINK=silctypes.html:Basic SILC Types
5 @LINK=silcbuffer.html:SILC Buffer Interface
6 @LINK=silcbuffmt.html:SILC Buffer Format 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 />
26 <small>Directory: lib/silcutil/</small>
27 <br />
28 <small>Library: libsilc.a, libsilc.lib</small>
29 <br /><br />
30 <b>Introduction</b>
31
32 <br /><br />
33 SILC Utility Library provides various utility routines for the applications.
34 For example, it provides the application's main loop, called the SILC
35 Scheduler.  It can handle all kinds of tasks, like socket connections and
36 timeout tasks.  The SILC Utility Library also provides various buffer
37 management routines.  All of these routines work on multiple platforms
38 such as Unix and WIN32.
39
40 <br /><br />
41 @LINKS@