fgetln.h 61 Bytes
Newer Older
1 2 3
#include <stdio.h>

char *fgetln(FILE *stream, size_t *len);