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

fileluopen() - opens a file given a logical unit number

FILE *fileluopen(lu, modes)
int lu;
char *modes;

fileluopen() makes an object of type FILE, suitable for use with fileread(), putc(), etc.

The lu argument is a logical unit number assigned by the kernel when it opens a file. Logical unit numbers are not usually visible, although several routines reguire LUs as arguments and fdown() may be used to map a FILE object to a corresponding LU number.

The modes argument is a string encoding the modes of the file, just as for fileopen(), except that the 'c' and 't' options are not allowed.

Returns the FILE value.

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.