Files
linux-kernel-module-cheat/baremetal/exit.c
Ciro Santilli 六四事件 法轮功 f2e73bac83 create userland tests
Fix some more tabs.

Parse the "Simulated exit code not 0!" string in gem5 and exit with the proper status
2019-01-22 00:00:00 +00:00

8 lines
73 B
C

#include <stdio.h>
#include <stdlib.h>
int main(void) {
exit(0);
}