summaryrefslogtreecommitdiffstats
path: root/libraries/cbase/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cbase/README')
-rw-r--r--libraries/cbase/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/cbase/README b/libraries/cbase/README
deleted file mode 100644
index cd0931d4c9..0000000000
--- a/libraries/cbase/README
+++ /dev/null
@@ -1,8 +0,0 @@
-cbase is a C library of useful functions that simplify systems software
-development on System V UNIX. The library includes routines for memory
-management, string parsing, filesystem traversal, subprocess execution,
-I/O, as well as implementations of common data structures such as linked
-lists, hash tables, stacks, and queues. The library also includes a high-
-level interface to Berkeley sockets, and an implementation of a scheduler
-which has functionality very similar to that of the cron daemon.
-Note: cbase was formerly known as CFL.