I am working on the some system calls.. I want to open the file by system call open()
somewhere in my code I used,
static char message[] = "Hello, world";
but it is giving the error error :- static: command not found
please assist .
I am working on the some system calls.. I want to open the file by system call open()
somewhere in my code I used,
static char message[] = "Hello, world";
but it is giving the error error :- static: command not found
please assist .