tmpnam_r

Function tmpnam_r 

Source
pub unsafe extern "C" fn tmpnam_r(__s: *mut c_char) -> *mut c_char
Expand description

This is the reentrant variant of `tmpnam’. The only difference is that it does not allow S to be NULL.