32 lines
318 B
Plaintext
32 lines
318 B
Plaintext
Description:
|
|
Read a response from the user, and its classification as matching "yes" or
|
|
"no".
|
|
|
|
Files:
|
|
lib/yesno.c
|
|
lib/yesno.h
|
|
m4/yesno.m4
|
|
|
|
Depends-on:
|
|
getline
|
|
rpmatch
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_YESNO
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += yesno.c
|
|
|
|
Include:
|
|
"yesno.h"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|