fgetstr
while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
while ((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
if (fgetstr(line, 80, fd) < 0)
while (fgetstr(buf, CONF_BUF, conffd) > 0) {
extern int fgetstr(char *, int, int);