dockapps/wmweather+/getLine.h
2012-02-12 22:50:31 +00:00

5 lines
130 B
C

#include <stdio.h>
/* Gets a single line of input, stripping leading and trailing whitespace */
int getLine(char **s, FILE *fd);