1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

LibC: Implement getpass()

This function is a deprecated POSIX function which prints a prompt and
receives a password from the user, not echoing back to the terminal.
This commit is contained in:
Julian Eigmüller 2022-10-28 15:37:20 +02:00 committed by Andrew Kaster
parent 9fbc4138bb
commit 26a4327b06
2 changed files with 53 additions and 3 deletions

View file

@ -93,3 +93,5 @@
#define LINK_MAX 4096
#define TZNAME_MAX 64
#define PASS_MAX 128