HP C/iX Library Reference Manual (30026-90004)

Chapter 5 153
HP C/iX Library Function Descriptions
fgets
printf("Can't open %s.\n", argv[1]);
exit(1);
}
while(fgets(line, 256, from) != NULL)
fputs(line, stdout);
exit(0);
}
See Also
ferror(), fopen(), fread(), getc(), puts(), scanf() ANSI C 4.9.7.2, POSIX.1 8.1