mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/savedir.c (direntry_t): Remove size member. All uses removed. (streamsavedir): Use stpcpy instead. * modules/savedir (Depends-on): Add stpcpy.
32 lines
335 B
Plaintext
32 lines
335 B
Plaintext
Description:
|
|
Return the entries of a directory (just the names) as an argz string.
|
|
|
|
Files:
|
|
lib/savedir.h
|
|
lib/savedir.c
|
|
m4/savedir.m4
|
|
|
|
Depends-on:
|
|
closedir
|
|
dirent-safer
|
|
fdopendir
|
|
opendir
|
|
readdir
|
|
stpcpy
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_SAVEDIR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += savedir.c
|
|
|
|
Include:
|
|
"savedir.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|