mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
baremetal: implement C assert
This commit is contained in:
5
lkmc/lkmc_assert_fail.c
Normal file
5
lkmc/lkmc_assert_fail.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <lkmc.h>
|
||||
|
||||
int main(void) {
|
||||
lkmc_assert_fail();
|
||||
}
|
||||
Reference in New Issue
Block a user