mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 12
This commit is contained in:
7
12-kernel-c/functioncalls.c
Normal file
7
12-kernel-c/functioncalls.c
Normal file
@@ -0,0 +1,7 @@
|
||||
void caller() {
|
||||
my_func(0xdede);
|
||||
}
|
||||
|
||||
int my_func(int arg) {
|
||||
return arg;
|
||||
}
|
||||
Reference in New Issue
Block a user