X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FDIRECTORY;h=436bec94080c2ec0e94b50c07839075c4c90e3d6;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=b83779c8e30c4f0b6c0bf14f0136d6f5df561b0b;hpb=e5d8d3db6caa344b3d419b884556c21b15e7d123;p=silc.git diff --git a/lib/silcutil/DIRECTORY b/lib/silcutil/DIRECTORY index b83779c8..436bec94 100644 --- a/lib/silcutil/DIRECTORY +++ b/lib/silcutil/DIRECTORY @@ -1,34 +1,55 @@ -SILC Utility Library

-Introduction

-

-SILC Utility Library provides various utility routines for the applications.
-For example, it provides the application's main loop, called the SILC
-Scheduler.  It can handle all kinds of tasks, like socket connections and
-timeout tasks.  The SILC Utility Library also provides various buffer
-management routines.  All of these routines work on multiple platforms
-such as Unix and WIN32.
-
-
+SILC Utility Library +
+Directory: lib/silcutil/ +
+Library: libsilc.a, libsilc.lib +

+Introduction +

+SILC Utility Library provides a full featured runtime library for +applications. It provides the application's main loop, called SILC +Scheduler, threads, locks, file utilities, file streams, socket streams, +TCP and UDP network routines, a finite state machine, lists, a hash table, +UTF-8 routines and other string utilities, and many other utility routines. +The library works on multiple platforms. + +

@LINKS@