Difference for include/strio.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /* fileio.c in /misc for d1x file reading */  /* fileio.c in /misc for d1x file reading */
   #ifndef _STRIO_H
   #define _STRIO_H
   
 char *fsplitword(FILE *f, char splitchar);  char *fsplitword(FILE *f, char splitchar);
 char *splitword(char *s, char splitchar);  char *splitword(char *s, char splitchar);
   
   #endif

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2