mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
c++ userland example
This commit is contained in:
5
kernel_module/user/hello_cpp.cpp
Normal file
5
kernel_module/user/hello_cpp.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "hello world" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user