Added lib/silcapputil for SILC application specific util routines.
[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=silcthread.html:SILC Thread Interface
11 @LINK=silcmutex.html:SILC Mutex Interface
12 @LINK=silccond.html:SILC Conditional Variable Interface
13 @LINK=silcatomic.html:SILC Atomic Operations Interface
14 @LINK=silcnet.html:SILC Network Interface
15 @LINK=silcschedule.html:SILC Schedule Interface
16 @LINK=silcsockconn.html:SILC Socket Interface
17 @LINK=silcprotocol.html:SILC Protocol Interface
18 @LINK=silcconfig.html:SILC Config Interface
19 @LINK=silcfileutil.html:SILC File Util Interface
20 @LINK=silcstrutil.html:SILC String Util Interface
21 @LINK=silcutf8.html:SILC UTF-8 Interface
22 @LINK=silcstringprep.html:SILC Stringprep Interface
23 @LINK=silcutil.html:SILC Util Interface
24 @LINK=silclist.html:SILC List Interface
25 @LINK=silcdlist.html:SILC Dynamic List Interface
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@