view modules/rbtree-list @ 40218:e92cc6824b7f

getloadavg: Write NULL for the null pointer. Reported by Michal Privoznik <mprivozn@redhat.com>. * lib/getloadavg.c (getloadavg): Write NULL instead of 0.
author Bruno Haible <bruno@clisp.org>
date Sun, 03 Mar 2019 19:36:14 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
Sequential list data type implemented by a binary tree.

Files:
lib/gl_rbtree_list.h
lib/gl_rbtree_list.c
lib/gl_anyrbtree_list1.h
lib/gl_anyrbtree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h

Depends-on:
list

configure.ac:

Makefile.am:
lib_SOURCES += gl_rbtree_list.h gl_rbtree_list.c gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h

Include:
"gl_rbtree_list.h"

License:
GPL

Maintainer:
all