blob: 7b7cc764c967b0b304b9605abd84c89d973e5f62 [file] [log] [blame]
#include <stddef.h>
#include <unistd.h>
char* getpass(const char* prompt) {
(void)prompt;
return NULL;
}