exit0.c 139 B

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