Mercurial > hg > octave-lojdl > gnulib-hg
view modules/rbtreehash-list @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | a8c91b846640 |
children |
line wrap: on
line source
Description: Sequential list data type implemented by a hash table with a binary tree. Files: lib/gl_rbtreehash_list.h lib/gl_rbtreehash_list.c lib/gl_anyhash_list1.h lib/gl_anyhash_list2.h lib/gl_anyrbtree_list1.h lib/gl_anyrbtree_list2.h lib/gl_anytree_list1.h lib/gl_anytree_list2.h lib/gl_anytreehash_list1.h lib/gl_anytreehash_list2.h Depends-on: list rbtree-oset stdint xsize configure.ac: Makefile.am: lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h Include: "gl_rbtreehash_list.h" License: GPL Maintainer: Bruno Haible