mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
7 lines
70 B
C
7 lines
70 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
void main(void) {
|
|
exit(1);
|
|
}
|