Changed the low level errno routines public.
[runtime.git] / lib / silcutil / DIRECTORY
1 <!--
2 @LIBRARY=SILC Runtime Toolkit
3 @FILENAME=silcutillib.html
4 @LINK=silcruntime.html:Runtime Toolkit Interface
5 @LINK=silctypes.html:Basic Types and Definitions
6 @LINK=silcbuffer.html:Data Buffer Interface
7 @LINK=silcbuffmt.html:Data Buffer Format Interface
8 @LINK=silchashtable.html:Hash Table Interface
9 @LINK=silcmemory.html:Memory Allocation Interface
10 @LINK=silcstack.html:Data Stack and Memory Pool Interface
11 @LINK=silcfsm.html:Finite State Machine Interface
12 @LINK=silcthread.html:Thread Interface
13 @LINK=silcmutex.html:Mutual Exclusion Lock Interface
14 @LINK=silccond.html:Condition Variable Interface
15 @LINK=silcatomic.html:Atomic Operations Interface
16 @LINK=silcnet.html:Network (TCP and UDP) Interface
17 @LINK=silcschedule.html:Scheduler Interface
18 @LINK=silcasync.html:Asynchronous Operation Interface
19 @LINK=silcstream.html:Abstract Stream Interface
20 @LINK=silcsocketstream.html:Socket Stream Interface
21 @LINK=silcfdstream.html:File Descriptor Stream Interface
22 @LINK=silcfileutil.html:File Utility Functions
23 @LINK=silcdir.html:Directory Manipulation Interface
24 @LINK=silcstrutil.html:String Utility Interface
25 @LINK=silcsnprintf.html:Snprintf Interface
26 @LINK=silcregex.html:Regular Expression Interface
27 @LINK=silcutf8.html:UTF-8 String Interface
28 @LINK=silcstringprep.html:Stringprep Interface
29 @LINK=silcutil.html:Utility Functions
30 @LINK=silclist.html:List Interface
31 @LINK=silcdlist.html:Dynamic List Interface
32 @LINK=silcmime.html:MIME Interface
33 @LINK=silctime.html:Time Utility Functions
34 @LINK=silctimer.html:Timer Functions
35 @LINK=silcdll.html:Shared Object (DLL) Functions
36 @LINK=silcenv.html:Environment Manipulation Functions
37 @LINK=silclog.html:Logging Interface
38 @LINK=silcconfig.html:Config File Interface
39 -->
40
41 <big><b>SILC Runtime Toolkit</b></big>
42 <br />
43 <small>Directory: lib/silcutil/</small>
44 <br />
45 <small>Library: libsilc.a, libsilc.lib</small>
46 <br /><br />
47 <b>Introduction</b>
48
49 <br /><br />
50 SILC Utility Library provides a full featured runtime library for
51 applications.  It provides the application's main loop, called SILC
52 Scheduler, threads, locks, file utilities, file streams, socket streams,
53 TCP and UDP network routines, a finite state machine, lists, a hash table,
54 UTF-8 routines and other string utilities, and many other utility routines.
55 The library works on multiple platforms.
56
57 <br /><br />
58 @LINKS@