pull in stdlib.h

This commit is contained in:
cgd 1994-12-24 16:24:32 +00:00
parent 8020777591
commit 62f7f268b0
1 changed files with 2 additions and 1 deletions

View File

@ -42,13 +42,14 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)col.c 5.3 (Berkeley) 2/2/91";*/
static char rcsid[] = "$Id: col.c,v 1.4 1993/09/21 00:44:36 mycroft Exp $";
static char rcsid[] = "$Id: col.c,v 1.5 1994/12/24 16:24:32 cgd Exp $";
#endif /* not lint */
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define BS '\b' /* backspace */
#define TAB '\t' /* tab */