|
NAMEfilewrite() - writes into fileSYNOPSISint filewrite(f,buf,size) FILE *f; char *buf; int size; DESCRIPTIONfilewrite() writes the size bytes starting at buf into the file. The file must be open for writing.RETURNS
NOTESThe process suspends if any of the error conditions are not handled.Writing anywhere in the file is allowed. When writing to "raw" devices the size must be multiples of 512.
Visit the GSP FreeBSD Man Page Interface. |