verify: new macro 'assume'
[gnulib.git] / modules / xgetcwd
1 Description:
2 Return the current working directory, without size limitations.
3
4 Files:
5 lib/xgetcwd.h
6 lib/xgetcwd.c
7 m4/xgetcwd.m4
8
9 Depends-on:
10 getcwd
11 xalloc
12 stdbool
13
14 configure.ac:
15 gl_XGETCWD
16
17 Makefile.am:
18 lib_SOURCES += xgetcwd.c
19
20 Include:
21 "xgetcwd.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering