Monday, 14 January 2013

creat() system call


creat() system call

􀁺 The prototype for the creat() system call is:
int creat(file_name, mode)
char *file_name;
int mode;

No comments:

Post a Comment