nctab_set_name

Function nctab_set_name 

Source
pub unsafe extern "C" fn nctab_set_name(
    t: *mut nctab,
    newname: *const c_char,
) -> c_int
Expand description

Change the name of ‘t’. Returns -1 if ‘newname’ is NULL, and 0 otherwise.