Macro shm::shmat [] [src]

macro_rules! shmat {
    ($id: expr) => { ... };
    ($id: expr, $addr: expr) => { ... };
    ($id: expr, $addr: expr, $flag: expr) => { ... };
}

The shmat macro returns the fist memory address.