-->
当前位置:首页 > 题库

单选题:Which of the following must not be in a Linux kernel module sour

Luz5年前 (2021-05-10)题库595
Which of the following must not be in a Linux kernel module source files? @[A](1)
A. `#define MODULE `
B. ` #include `
C. ` init_module`
D. `cleanup_module`




A.`#define MODULE `
B.` #include `
C.` init_module`
D.`cleanup_module`


答案:A