#ifndef LFGETS_H #define LFGETS_H #include #define LFGETS_INITSIZE 2 extern char *lfgets(FILE *stream,int nlstrip, int limit); #endif