can system call happen in a c program?

后端 未结 0 520
夕颜
夕颜 2020-12-31 00:02

can system call happen in a c program? consider this:

int main()
{
    int f = open("/tmp/test.txt", O_CREAT | O_RDWR, 0666);
    write(f, "hel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题