_swrite
t = _swrite(fp, (char *)p, n);
w = _swrite(fp, p, w);
w = _swrite(fp, p, MIN(len, BUFSIZ));
extern int _swrite(FILE *, char const *, int);