#include getw(fp) FILE *fp; { return( (getc(fp) & 0377) | (getc(fp) << 8) ); }