Skip to main content

splinter_open

Function splinter_open 

Source
pub unsafe extern "C" fn splinter_open(
    name_or_path: *const c_char,
) -> c_int
Expand description

@brief Opens an existing splinter store. @param name_or_path The name of the shared memory object or path to the file. @return 0 on success, -1 on failure (e.g., store does not exist).