1
0
Fork 0

Added #include <string.h>

This commit is contained in:
curt 2001-05-04 05:19:01 +00:00
parent c7f7093df5
commit 0b016f35ca

View file

@ -1,6 +1,7 @@
// do some non-destructive read tests relating text files
#include <stdio.h>
#include <string.h>
static void readchars( FILE *fd ) {
char c;