#include int fscanf (fp, format, args) FILE *fp; char *format; unsigned args; { return _doscanf (fp, format, &args); }