unsafe extern "C-unwind" fn R_tmpnam2_unchecked(
prefix: *const c_char,
tempdir: *const c_char,
fileext: *const c_char,
) -> *mut c_charExpand description
Generate a temporary filename with extension.
§Parameters
prefix: Filename prefixtempdir: Directory for temp filefileext: File extension (e.g., “.txt”)
§Returns
Newly allocated string (must be freed with R_free_tmpnam).
Unchecked FFI binding for R_tmpnam2.
Generated from source location line 3553, column 8.
Generated from source file miniextendr-api/src/ffi.rs.