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