view modules/rbtree-omap @ 40211:5f58d2ac35ea

unistr/u8-cmp: Fix undefined behaviour. Reported by Jeffrey Walton <noloader@gmail.com>. * lib/unistr/u8-cmp.c (u8_cmp): Don't invoke memcmp if n is zero.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Mar 2019 20:38:22 +0100
parents 31ddfa01e256
children
line wrap: on
line source

Description:
Ordered map data type implemented by a binary tree.

Files:
lib/gl_rbtree_omap.h
lib/gl_rbtree_omap.c
lib/gl_rbtree_ordered.h
lib/gl_anytree_omap.h

Depends-on:
omap

configure.ac:

Makefile.am:
lib_SOURCES += gl_rbtree_omap.h gl_rbtree_omap.c gl_rbtree_ordered.h gl_anytree_omap.h

Include:
"gl_rbtree_omap.h"

License:
GPL

Maintainer:
all