Function nstd_fs::nstd_std_fs_create_dir[][src]

pub unsafe extern "C" fn nstd_std_fs_create_dir(
    name: *const c_char
) -> c_int
Expand description

Creates a directory with the name name. Parameters: const char *const name - The name of the directory. Returns: int errc - Nonzero on error.