mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
Fix some more tabs. Parse the "Simulated exit code not 0!" string in gem5 and exit with the proper status
8 lines
73 B
C
8 lines
73 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
exit(0);
|
|
}
|
|
|