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