Mercurial > hg > octave-kai > gnulib-hg
view modules/avltree-oset @ 12444:29d240cb21b2
Move the malloc checking from module 'oset' to new module 'xoset'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 13 Dec 2009 20:27:44 +0100 |
parents | d88d781b8e7b |
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_anytree_oset.h Depends-on: oset configure.ac: Makefile.am: lib_SOURCES += gl_avltree_oset.h gl_avltree_oset.c gl_anytree_oset.h Include: "gl_avltree_oset.h" License: GPL Maintainer: Bruno Haible