Macro io_synesthesist::ioctl [] [src]

macro_rules! ioctl {
    () => { ... };
    ($control: expr) => { ... };
    ($req: expr, $term: expr) => { ... };
}

The ioctl macro reads the input and returns None or a tuple (len, text).