Merged silc_1_0_branch to trunk.
[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=silcstrutil.html:SILC String Util Interface
19 @LINK=silcutf8.html:SILC UTF-8 Interface
20 @LINK=silcstringprep.html:SILC Stringprep Interface
21 @LINK=silcutil.html:SILC Util Interface
22 @LINK=silclist.html:SILC List Interface
23 @LINK=silcdlist.html:SILC Dynamic List Interface
24 @LINK=silcvcard.html:SILC VCard Interface
25 @LINK=silcapputil.html:SILC Application Utilities
26 -->
27
28 <big><b>SILC Utility Library</b></big>
29 <br />
30 <small>Directory: lib/silcutil/</small>
31 <br />
32 <small>Library: libsilc.a, libsilc.lib</small>
33 <br /><br />
34 <b>Introduction</b>
35
36 <br /><br />
37 SILC Utility Library provides various utility routines for the applications.
38 For example, it provides the application's main loop, called the SILC
39 Scheduler.  It can handle all kinds of tasks, like socket connections and
40 timeout tasks.  The SILC Utility Library also provides various buffer
41 management routines.  All of these routines work on multiple platforms
42 such as Unix and WIN32.
43
44 <br /><br />
45 @LINKS@