Undo over-zealous version bump.
[gliv.git] / lib / getdelim.h
blobe855659d507f66be3192bfcd5f83bf2c9703cc3f
1 /* #included only if getdelim() is lacking. */
3 #include <sys/types.h> /* size_t */
4 #include <stdio.h> /* FILE */
6 long getdelim(char **LINEPTR, size_t * N, int delim, FILE * STREAM);