mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* lib/di-set.c: New file. * lib/di-set.h: Likewise. * lib/ino-map.c: Likewise. * lib/ino-map.h: Likewise. * modules/di-set: Likewise. * modules/di-set-tests: Likewise. * modules/ino-map: Likewise. * modules/ino-map-tests: Likewise. * tests/test-di-set.c: Likewise. * tests/test-ino-map.c: Likewise.
25 lines
245 B
Plaintext
25 lines
245 B
Plaintext
Description:
|
|
manipulate sets of device-inode pairs efficiently
|
|
|
|
Files:
|
|
lib/di-set.c
|
|
lib/di-set.h
|
|
|
|
Depends-on:
|
|
ino-map
|
|
hash
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += di-set.c di-set.h
|
|
|
|
Include:
|
|
"di-set.h"
|
|
|
|
License
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|