From: Heng Li Date: Fri, 14 Jan 2011 01:41:07 +0000 (-0500) Subject: Updated README X-Git-Tag: ksprintf-final~66 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=79b8a0121771d8d322b9514acc2dedba3bbbdf7e;p=klib.git Updated README --- diff --git a/README b/README index 5d1b2b3..3427628 100644 --- a/README +++ b/README @@ -1,11 +1,10 @@ INTRODUCTION ============ -Klib is a standalone and lightweight C library. Currently most components are -independent of external libraries, except the standard C library, and -independent of each other. To use a component of this library, you only need to -copy one or two files to your souce code tree without worrying about library -dependencies. +Klib is a standalone and lightweight C library. Most components are independent +of external libraries, except the standard C library, and independent of each +other. To use a component of this library, you only need to copy one or two +files to your souce code tree without worrying about library dependencies. OVERVIEW