This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jeremy
/
os-tutorial
oglindă de
https://github.com/cfenollosa/os-tutorial
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
os-tutorial
/
12-kernel-c
/
localvars.c
localvars.c
66 B
Permalink
Istoric
Crud
1
2
3
4
int my_function() {
int my_var = 0xbaba;
return my_var;
}