Fixed %p formatting in silc_snprintf.
[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=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 various utility routines for the applications.
45 For example, it provides the application's main loop, called the SILC
46 Scheduler.  It can handle all kinds of tasks, like socket connections and
47 timeout tasks.  The SILC Utility Library also provides various buffer
48 management routines.  All of these routines work on multiple platforms
49 such as Unix and WIN32.
50
51 <br /><br />
52 @LINKS@