Files
2019-05-08 00:00:01 +00:00

8 lines
139 B
C

/* https://github.com/cirosantilli/linux-kernel-module-cheat#magic-failure-string */
#include <stdlib.h>
int main(void) {
exit(0);
}