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