diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:32 -0400 |
commit | e4133ad647ec3a5d75f7f3281f3b3858b0cd3422 (patch) | |
tree | ed0873f51848b4ace4a3a820933766ae5302aee4 /libraries/libslack | |
parent | ed014eaa52cc05fe329a8aebfcf24096ab8f1c20 (diff) |
libraries/libslack: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libslack')
-rw-r--r-- | libraries/libslack/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libslack/README b/libraries/libslack/README index ea462496ebc7..b762807f91e8 100644 --- a/libraries/libslack/README +++ b/libraries/libslack/README @@ -1,5 +1,5 @@ -Libslack is a library of general utilities designed to make -UNIX/C programming a bit easier on the eye. +Libslack is a library of general utilities designed to make UNIX/C +programming a bit easier on the eye. It's a small library with lots of functionality, accurately documented and thoroughly tested. @@ -23,11 +23,11 @@ locker - abstract locking and reader/writer lock implementation map - map (hash table) data type mem - memory helper functions, secure memory, memory pools msg - message handling and syslog helper functions -net - network functions (clients/servers, expect/send, pack/unpack, mail) -prog - program framework and flexible command line option handling +net - network (clients/servers, expect/send, pack/unpack, mail) +prog - program framework, flexible command line option handling prop - program properties files pseudo - pseudo terminals sig - ISO C compliant signal handling snprintf - safe sprintf for systems that don't have it -str - string data type (tr, regex, regsub, fmt, trim, lc, uc, ...) -vsscanf - sscanf() with va_list argument for systems that don't have it +str - strings (tr, regex, regsub, fmt, trim, lc, uc, ...) +vsscanf - sscanf() with va_list for systems that don't have it |