wmaker-eukara/dockapps/wmweather+/getLine.h

5 lines
130 B
C
Raw Normal View History

2022-06-09 08:56:44 -07:00
#include <stdio.h>
/* Gets a single line of input, stripping leading and trailing whitespace */
int getLine(char **s, FILE *fd);