Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / lib / silcutil / DIRECTORY
1 <!--
2 @LIBRARY=SILC Utility Library
3 @FILENAME=silcutillib.html
4 @LINK=silctypes.html:Basic Types and Definitions
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=silcfsm.html:Finite State Machine Interface
11 @LINK=silcthread.html:Thread Interface
12 @LINK=silcmutex.html:Mutual Exclusion Lock Interface
13 @LINK=silccond.html:Condition Variable Interface
14 @LINK=silcatomic.html:Atomic Operations Interface
15 @LINK=silcnet.html:Network (TCP and UDP) Interface
16 @LINK=silcschedule.html:Scheduler Interface
17 @LINK=silcasync.html:Asynchronous Operation Interface
18 @LINK=silcstream.html:Abstract Stream Interface
19 @LINK=silcsocketstream.html:Socket Stream Interface
20 @LINK=silcfdstream.html:File Descriptor Stream Interface
21 @LINK=silcfileutil.html:File Utility Functions
22 @LINK=silcstrutil.html:String Utility Interface
23 @LINK=silcsnprintf.html:Snprintf Interface
24 @LINK=silcutf8.html:UTF-8 String Interface
25 @LINK=silcstringprep.html:Stringprep Interface
26 @LINK=silcutil.html:Utility Functions
27 @LINK=silclist.html:List Interface
28 @LINK=silcdlist.html:Dynamic List Interface
29 @LINK=silcmime.html:MIME Interface
30 @LINK=silctime.html:Time Utility Functions
31 @LINK=silclog.html:Logging Interface
32 @LINK=silcconfig.html:Config File Interface
33 -->
34
35 <big><b>SILC Utility Library</b></big>
36 <br />
37 <small>Directory: lib/silcutil/</small>
38 <br />
39 <small>Library: libsilc.a, libsilc.lib</small>
40 <br /><br />
41 <b>Introduction</b>
42
43 <br /><br />
44 SILC Utility Library provides a full featured runtime library for
45 applications.  It provides the application's main loop, called SILC
46 Scheduler, threads, locks, file utilities, file streams, socket streams,
47 TCP and UDP network routines, a finite state machine, lists, a hash table,
48 UTF-8 routines and other string utilities, and many other utility routines.
49 The library works on multiple platforms.
50
51 <br /><br />
52 @LINKS@