iiooppuuttcc() -- I/O Routine

iinntt
#iinncclluuddee <ssyyss/iioo.hh>
iiooppuuttcc(_c, _i_o_p)
cchhaarr _c;
IIOO *_i_o_p;

iiooppuuttcc() write character  _c into the I/O segment referenced  by _i_o_p.  If an
address fault  occurs, iiooppuuttcc() sets  uu.uu_eerrrroorr to EEFFAAUULLTT,  and returns -1;
otherwise, it  decrements _i_o_p->iioo_iioocc by  one and returns the  value of the
character written.  If _i_o_p->iioo_iioocc (the I/O count) is zero, it returns -1.

_S_e_e _A_l_s_o
II/OO rroouuttiinneess
