#ifndef WIN32_GETPASS_H #define WIN32_GETPASS_H #define PASS_MAX 256 char *getpass(const char *prompt); #endif