Header documentation changes.
[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=silcstream.html:Abstract Stream Interface
17 @LINK=silcsocketstream.html:Socket Stream Interface
18 @LINK=silcfdstream.html:File Descriptor 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=silcsnprintf.html:Snprintf Interface
23 @LINK=silcutf8.html:UTF-8 String Interface
24 @LINK=silcstringprep.html:Stringprep Interface
25 @LINK=silcutil.html:Utility Functions
26 @LINK=silclist.html:List Interface
27 @LINK=silcdlist.html:Dynamic List Interface
28 @LINK=silcasync.html:Asynchronous Operation 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@