Macro socket2::man_links

source ยท
macro_rules! man_links {
    ($syscall: tt ( $section: tt ) ) => { ... };
    (unix: $syscall: tt ( $section: tt ) ) => { ... };
    (windows: $syscall: tt ( $section: tt ) ) => { ... };
    (__ intro) => { ... };
    (__ unix $syscall: tt ( $section: tt ) ) => { ... };
    (__ windows $syscall: tt ( $section: tt ) ) => { ... };
}
Expand description

Link to online documentation for (almost) all supported OSs.