Function nstd_fs::nstd_std_fs_write[][src]

pub unsafe extern "C" fn nstd_std_fs_write(
    file: NSTDFile,
    buf: *const c_char
) -> c_int
Expand description

Writes a string buffer to the specified file. Parameters: NSTDFile file - The file to write to. const char *const buf - The buffer to write. Returns: int errc - Nonzero on error.