removed declaration of isblank()

This commit is contained in:
gdr 1997-09-24 06:14:46 +00:00
parent aa9e477a31
commit 0deb52e606

View File

@ -6,9 +6,6 @@
#include <ctype.h>
#include <stdio.h>
/* Because isblank() is not defined in <ctype.h>... */
extern int isblank(int);
static int ch;
static FILE *bf;