C显式系统调用()

时间:2016-04-20 12:41:56

标签: c posix system-calls

如何使用syscall()函数重写下面的程序来自行进行系统调用,而不是使用内置的printf? (我对Linux感兴趣,如果这有任何区别的话。)

#include<stdio.h>

main()
{
    printf("Hello World");

}

0 个答案:

没有答案