Monday, 14 January 2013

open() system call


open() system call

􀁺 The prototype for the open() system call is:
#include <fcntl.h>
int open(file_name, option_flags [, mode])
char *file_name;
int option_flags, mode;

No comments:

Post a Comment