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

filestat() - copies file descriptor information to buffer

#include <schily/stat.h> 

int filestat(f,buf)
FILE *f;
struct stat *buf;

filestat() places system dependent information about the file f into the buffer buf.

Returns a value equal to or greater than zero when successful. Otherwise, returns -1 and sets the standard error code.

The size and the interpretation of the buffer is system dependent.
2020/02/09 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.