putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / yesno
blob28e6ea17a6bba25b4b5ce3b65bb7171fc6fbc96a
1 Description:
2 Read a response from the user, and its classification as matching "yes" or
3 "no".
5 Files:
6 lib/yesno.c
7 lib/yesno.h
8 m4/yesno.m4
10 Depends-on:
11 getline
12 rpmatch
13 stdbool
15 configure.ac:
16 gl_YESNO
18 Makefile.am:
19 lib_SOURCES += yesno.c
21 Include:
22 "yesno.h"
24 Link:
25 $(MBRTOWC_LIB)
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering