K&R C
Exercises from The C Programming Lanaguage by Kernighan and Ritchie
Macros | Functions
longlines.c File Reference

Print long lines. More...

#include <stdio.h>
#include "get_line.h"

Macros

#define MAXLINE   57
 The maximum line length to read into memory.
 
#define MINLENGTH   54
 The minimum line length to be considered long.
 

Functions

int main ()
 

Detailed Description

Print long lines.

Author
Eric Bailey
Date
2019-04-13