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

file_raise() - controls raising of file_read_err and file_write_err

file_raise(f,flag)
FILE *f;
BOOL flag;

file_raise() can be used to control whether the conditions "file_read_err" and "file_write_err" are raised when an error occurs during an I/O function ( fileread(), filewrite() , etc) on FILE f. Calling file_raise() with the flag TRUE enables raising, calling it with flag FALSE disables raising. If raising is disabled and an error occurs the function will return an appropriate error code, this is equivalent to handling the condition and ignoring it. The default is to raise the conditions.

none

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