Code:
//============================================================================== // Copyright (c) 2013, Isaac Marino Bavaresco // All rights reserved // isaacbavaresco@yahoo.com.br //============================================================================== #ifndef __FILEIO_H__ #define __FILEIO_H__ //============================================================================== int FileIOInit ( void ); int open ( const char *path, int oflag, ... ); int close ( int fildes ); ssize_t read ( int fildes, void *buf, ssize_t nbyte ); ssize_t write ( int fildes, const void *buf, ssize_t nbyte ); off_t lseek ( int fildes, off_t offset, int whence ); int remove ( const char *path ); int rename ( const char *old, const char *new ); int eof ( int fildes ); //============================================================================== #endif /* __FILEIO_H__ */ //==============================================================================
file: /Techref/member/IMB-yahoo-J86/FileIO.h.htm, 1KB, , updated: 2013/10/31 10:28, local time: 2024/11/17 19:48,
owner: IMB-yahoo-J86,
3.143.203.56:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/member/IMB-yahoo-J86/FileIO.h.htm"> member IMB-yahoo-J86 FileIO</A> |
Did you find what you needed? |