5 lines
130 B
C
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);
|