RosettaCodeData/Task/Input-loop/Aime/input-loop.aime
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

9 lines
122 B
Text

void
read_stream(file f)
{
text s;
while (f_line(f, s) != -1) {
# the read line available as -s-
}
}