[][src]Macro rustler_sys::enif_snprintf

macro_rules! enif_snprintf {
    ( $( $arg:expr ),*  ) => { ... };
    ( $( $arg:expr ),+, ) => { ... };
}

See enif_snprintf in the Erlang docs.