Added SILC Thread Queue API
[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 and 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=silctimer.html:Timer Functions
32 @LINK=silcdll.html:Shared Object (DLL) Functions
33 @LINK=silcenv.html:Environment Manipulation Functions
34 @LINK=silclog.html:Logging Interface
35 @LINK=silcconfig.html:Config File Interface
36 -->
37
38 <big><b>SILC Utility Library</b></big>
39 <br />
40 <small>Directory: lib/silcutil/</small>
41 <br />
42 <small>Library: libsilc.a, libsilc.lib</small>
43 <br /><br />
44 <b>Introduction</b>
45
46 <br /><br />
47 SILC Utility Library provides a full featured runtime library for
48 applications.  It provides the application's main loop, called SILC
49 Scheduler, threads, locks, file utilities, file streams, socket streams,
50 TCP and UDP network routines, a finite state machine, lists, a hash table,
51 UTF-8 routines and other string utilities, and many other utility routines.
52 The library works on multiple platforms.
53
54 <br /><br />
55 @LINKS@