repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmacpi: Bump to version 1.99r1.
[dockapps.git]
/
wmweather+
/
getLine.h
blob
a8f5505e2d4c3633d42ce75e2b2a443988b6c05d
1
#include <stdio.h>
2
3
/* Gets a single line of input, stripping leading and trailing whitespace */
4
int
getLine
(
char
**
s
,
FILE
*
fd
);