mariadb/cmd-line-utils/libedit/fgetln.h

4 lines
61 B
C
Raw Normal View History

#include <stdio.h>
char *fgetln(FILE *stream, size_t *len);