verify: new macro 'assume'
[gnulib.git] / modules / save-cwd
1 Description:
2 Save and restore the current working directory.
3
4 Files:
5 lib/save-cwd.h
6 lib/save-cwd.c
7 m4/save-cwd.m4
8
9 Depends-on:
10 chdir-long
11 cloexec
12 getcwd-lgpl
13 fchdir
14 stdbool
15 unistd-safer
16
17 configure.ac:
18 gl_SAVE_CWD
19
20 Makefile.am:
21 lib_SOURCES += save-cwd.c
22
23 Include:
24 "save-cwd.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering