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:
4
12-kernel-c/localvars.c
Normal file
4
12-kernel-c/localvars.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int my_function() {
|
||||
int my_var = 0xbaba;
|
||||
return my_var;
|
||||
}
|
||||
Reference in New Issue
Block a user