K&R C
Exercises from The C Programming Lanaguage by Kernighan and Ritchie
get_line.h
Go to the documentation of this file.
1 
9 int get_line(char line[], int maxline);
int get_line(char line[], int maxline)
Read a line into s, up to lim characters.
Definition: get_line.c:21