Add module descriptions.
[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/getcwd.m4
8 m4/xgetcwd.m4
9
10 Depends-on:
11 xalloc
12 pathmax
13
14 configure.ac:
15 gl_XGETCWD
16
17 Makefile.am:
18 lib_SOURCES += xgetcwd.h xgetcwd.c
19
20 Include:
21 "xgetcwd.h"
22