diff options
author | sabetts <sabetts> | 2003-05-26 03:06:49 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-05-26 03:06:49 +0000 |
commit | 785627843a7aa83ebf451add7b9a97e0b800e390 (patch) | |
tree | e573ae37092dbddcf6dc94dda647ed3aa6f11180 /README.developers | |
parent | 1913c2c65fc52b4dd1fc7961895326fa08cf87e8 (diff) | |
download | ratpoison-785627843a7aa83ebf451add7b9a97e0b800e390.zip |
*** empty log message ***
Diffstat (limited to 'README.developers')
-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 |