Function nstd_fs::nstd_std_fs_write [−][src]
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.
