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

Longest Line. More...

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

Macros

#define MAXLINE   80
 The maximum line length to read into memory.
 

Functions

void copy (char to[], char from[])
 
int main ()
 

Detailed Description

Longest Line.

Author
Eric Bailey
Date
2019-04-13