Write a string to a file with no formatting. Return a non-negative number on success and EOF on error. See also: scanf sscanf fread fprintf fgets fscanf
Write a string to a file with no formatting.
Return a non-negative number on success and EOF on error.