-
Notifications
You must be signed in to change notification settings - Fork 13
prog_012
Zhang Jc edited this page Aug 25, 2017
·
2 revisions
void *sys_call_table[NR_syscalls] = {
[0 ... NR_syscalls-1] = sys_ni_syscall,
#include <asm/unistd.h>
};参考: https://stackoverflow.com/questions/10071304/what-is-this-style-of-syntax-in-c

Wiki: wiki.jcix.top ~聚沙成塔~ Blog: blog.jcix.top