diff options
-rw-r--r-- | README.developers | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.developers b/README.developers index 0eed6fc..ed28ddc 100644 --- a/README.developers +++ b/README.developers @@ -44,6 +44,11 @@ Just like strncmp, except that it's case-insensitive. These functions are exactly like malloc and realloc, but they will NEVER return NULL. +** Lists +Ratpoison has taken a double-linked list implementation from the Linux +kernel. Look at linkedlist.h. For an example of how to use it...read +the source! + * Coding Style Ratpoison follows the GNU coding style as described in the GNU Coding |