pub unsafe fn R_tmpnam(
prefix: *const c_char,
tempdir: *const c_char,
) -> *mut c_charExpand description
Generate a temporary filename.
§Parameters
prefix: Filename prefixtempdir: Directory for temp file
§Returns
Newly allocated string (must be freed with R_free_tmpnam).
Checked wrapper for R_tmpnam. Calls R_tmpnam_unchecked and routes through with_r_thread.
Generated from source location line 1886, column 12.
Generated from source file miniextendr-api/src/sys.rs.