[BACK]Return to string.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/string.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:54 version 1.3, 1998/02/10 02:19:46
Line 90 
Line 90 
 int      strncasecmp __P((const char *, const char *, size_t));  int      strncasecmp __P((const char *, const char *, size_t));
 char    *strsep __P((char **, const char *));  char    *strsep __P((char **, const char *));
 char    *strsignal __P((int));  char    *strsignal __P((int));
 void     swab __P((const void *, void *, size_t));  
 #endif  #endif
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3