riot_sys

Function vfs_mkdir

Source
pub unsafe extern "C" fn vfs_mkdir(
    name: *const c_char,
    mode: mode_t,
) -> c_int
Expand description

@brief Create a directory on the file system

@param[in] name name of the directory to create @param[in] mode file creation mode bits

@return 0 on success @return <0 on error