Function riot_sys::vfs_close

source ·
pub unsafe extern "C" fn vfs_close(fd: c_int) -> c_int
Expand description

@brief Close an open file

@param[in] fd fd number to close

@return 0 on success @return <0 on error