Design
serial.asc
Associated article: Writing Serial Drivers for UNIX
Tags: Database Design
_WRITING SERIAL DRIVERS FOR UNIX_
by Bill Wells
Listing One
STATIC void
sio_change_line_state(SIO_CTL *ctl)
{
LINE_STATE new_state;
LINE_STATE old_state;
sio_record_call(EV_CHANGE_LINE_STATE, ctl->sc_unit, 0);
/* What should ...


