To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: problem with sscanf and stdio.h Date: Thu, 16 Jun 1994 10:24:45 PDT From: "Marty Leisner" The prototypes in my library source and the headres didn't agree... I think I have everything up to date... *** TMP1.$$$ Wed Jun 15 23:50:50 1994 --- scanf.c Wed Jun 15 12:04:06 1994 *************** *** 20,26 **** return(_doscan(iop, fmt, (&fmt)+1)); } ! sscanf(char *str, const char *fmt, ...) { FILE _strbuf; --- 20,26 ---- return(_doscan(iop, fmt, (&fmt)+1)); } ! sscanf(const char *str, const char *fmt, ...) { FILE _strbuf; The date of the io/scanf.c is 473 Jun 28 1993 scanf.c.gz marty Member of the League of Programming Freedom leisner AT sdsp DOT mc DOT xerox DOT com leisner AT eso DOT mc DOT xerox DOT com