Macro libc::macros::s_paren

source ·
macro_rules! s_paren {
    ($($(#[$attr:meta])* pub struct $i:ident ( $($field:tt)* ); )* ) => { ... };
}