#include "emtdef.h" _readw(chan,buf,wcnt,blk) short chan; char *buf; short wcnt; short blk; { return(_e75_v(READ,chan,blk,buf,wcnt,0)); }