#ifndef GET_LINE_H #define GET_LINE_H int get_line(char *line, size_t max_len, const char *prompt); int get_password(char *pwd, size_t max_len, const char *prompt); #endif