mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
baremetal: stat preparing to make perfect like userland/
This commit is contained in:
6
baremetal/exit1.c
Normal file
6
baremetal/exit1.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
exit(1);
|
||||
}
|
||||
Reference in New Issue
Block a user