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:
parent
9fbc4138bb
commit
26a4327b06
2 changed files with 53 additions and 3 deletions
|
@ -93,3 +93,5 @@
|
|||
#define LINK_MAX 4096
|
||||
|
||||
#define TZNAME_MAX 64
|
||||
|
||||
#define PASS_MAX 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue