updates.
[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:Data Buffer Interface
6 @LINK=silcbuffmt.html:Data Buffer Format Interface
7 @LINK=silchashtable.html:Hash Table Interface
8 @LINK=silcmemory.html:Memory Allocation Interface
9 @LINK=silcstack.html:Data Stack (memory pool) Interface
10 @LINK=silcthread.html:Thread Interface
11 @LINK=silcmutex.html:Mutual Exclusion Lock Interface
12 @LINK=silccond.html:Conditional Variable Interface
13 @LINK=silcatomic.html:Atomic Operations Interface
14 @LINK=silcnet.html:Network (TCP and UDP) Interface
15 @LINK=silcschedule.html:Scheduler Interface
16 @LINK=silcsocketstream.html:Socket Stream Interface
17 @LINK=silcfdstream.html:File Descriptor Stream Interface
18 @LINK=silcstream.html:Abstract Stream Interface
19 @LINK=silcfsm.html:Finite State Machine Interface
20 @LINK=silcfileutil.html:File Utility Functions
21 @LINK=silcstrutil.html:String Utility Interface
22 @LINK=silcutf8.html:UTF-8 String Interface
23 @LINK=silcstringprep.html:Stringprep Interface
24 @LINK=silcutil.html:Utility Functions
25 @LINK=silclist.html:List Interface
26 @LINK=silcdlist.html:Dynamic List Interface
27 @LINK=silcasync.html:Asynchronous Operation Interface
28 @LINK=silcmime.html:MIME Interface
29 @LINK=silctime.html:Time Utility Functions
30 @LINK=silclog.html:Logging Interface
31 @LINK=silcconfig.html:Config File Interface
32 -->
33
34 <big><b>SILC Utility Library</b></big>
35 <br />
36 <small>Directory: lib/silcutil/</small>
37 <br />
38 <small>Library: libsilc.a, libsilc.lib</small>
39 <br /><br />
40 <b>Introduction</b>
41
42 <br /><br />
43 SILC Utility Library provides various utility routines for the applications.
44 For example, it provides the application's main loop, called the SILC
45 Scheduler.  It can handle all kinds of tasks, like socket connections and
46 timeout tasks.  The SILC Utility Library also provides various buffer
47 management routines.  All of these routines work on multiple platforms
48 such as Unix and WIN32.
49
50 <br /><br />
51 @LINKS@