mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
258 B
Plaintext
26 lines
258 B
Plaintext
Description:
|
|
getpass() function: read a password from /dev/tty.
|
|
|
|
Files:
|
|
lib/getpass.h
|
|
lib/getpass.c
|
|
m4/getpass.m4
|
|
|
|
Depends-on:
|
|
getline
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETPASS
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"getpass.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|