mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
7 lines
225 B
C
7 lines
225 B
C
/* false.c is a superset of this, this is mainly a sanity check for
|
|
* baremetal where we don't have CLI arguments yet:
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat/issues/67
|
|
*/
|
|
|
|
int main(void) { return 0; }
|