Posts Tagged ‘lseek’

open, creat – open and possibly create a file or device
USAGE
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

int open(const char *pathname, int flags);
int open(const [...]

Thursday, August 27th, 2009 at 00:12 | Comments Off
Categories: O, c
TOP