GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FILEWRITE(3) Schily´s LIBRARY FUNCTIONS FILEWRITE(3)

filewrite() - writes into file

int filewrite(f,buf,size)
FILE *f;
char *buf;
int size;

filewrite() writes the size bytes starting at buf into the file. The file must be open for writing.

>= 0
the number of bytes written.
< 0
error code.

The 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.

15. Juli 1988 Joerg Schilling

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.