blob: 9d7bc4890681c7f843568c39afd3583fc3dce1be [file] [log] [blame] [edit]
void outbyte (unsigned char c)
{
_write(1, &c, 1);
}