view modules/avltree-oset @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 0caeb347e88e
children
line wrap: on
line source

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

Files:
lib/gl_avltree_oset.h
lib/gl_avltree_oset.c
lib/gl_avltree_ordered.h
lib/gl_anytree_oset.h

Depends-on:
oset

configure.ac:

Makefile.am:
lib_SOURCES += gl_avltree_oset.h gl_avltree_oset.c gl_avltree_ordered.h gl_anytree_oset.h

Include:
"gl_avltree_oset.h"

License:
GPL

Maintainer:
all