Skip to main content

R_tmpnam_unchecked

Function R_tmpnam_unchecked 

Source
unsafe extern "C-unwind" fn R_tmpnam_unchecked(
    prefix: *const c_char,
    tempdir: *const c_char,
) -> *mut c_char
Expand description

Generate a temporary filename.

§Parameters

  • prefix: Filename prefix
  • tempdir: Directory for temp file

§Returns

Newly allocated string (must be freed with R_free_tmpnam). Unchecked FFI binding for R_tmpnam. Generated from source location line 3537, column 8. Generated from source file miniextendr-api/src/ffi.rs.