Mercurial > hg > octave-nkf > gnulib-hg
view modules/glob @ 6861:b82bca6af622
Take into account ISO C 99 TC1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 23 Jun 2006 14:58:59 +0000 |
parents | 93d578c7aa44 |
children | 1401e9cfcacd |
line wrap: on
line source
Description: glob() function: Search for files and directories with paths matching a pattern, with GNU extensions. Files: lib/glob_.h lib/glob-libc.h lib/glob.c m4/d-type.m4 m4/glob.m4 Depends-on: alloca extensions fnmatch getlogin_r mempcpy restrict stat-macros stdbool strdup unistd configure.ac: gl_GLOB Makefile.am: BUILT_SOURCES += $(GLOB_H) # We need the following in order to create <glob.h> when the system # doesn't have one that works with the given compiler. glob.h: glob_.h cp $(srcdir)/glob_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += glob.h glob.h-t Include: <glob.h> License: LGPL Maintainer: all, glibc