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
FILEOPEN(3) Schily´s LIBRARY FUNCTIONS FILEOPEN(3)

fileopen() - opens or creates files

FILE *fileopen(filename,modes)
char *filename;
char *modes;

fileopen() opens filename. The mode is specified by the characters from the following set:
a
seek to end-of-file after opening
c
create file if necessary
r
allow read access
t
truncate file after opening if it already exists
u
unbuffered all read/writes directly to system
w
allow write access

NULL open failed. other value should be used in other I/O calls and is of the type FILE.

The file is opened with rw rw access. If there is not enough room to allocate a buffer, the file is opened in an unbuffered mode. There is a limit to the number of open files.
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.