mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
baremetal: exit at the end of main instead of infinite loop
run: interpret lkmc_test_fail as the last line of test as an error
This commit is contained in:
6
baremetal/interactive/hello.c
Normal file
6
baremetal/interactive/hello.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void main(void) {
|
||||
puts("hello");
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user