This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
jeremy
/
os-tutorial
mirror da
https://github.com/cfenollosa/os-tutorial
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
19cb91f8fe
Rami (Branch)
Tag
master
os-tutorial
/
12-kernel-c
/
pointers.c
pointers.c
44 B
Cronologia
Originale
1
2
3
void func() {
char* string = "Hello";
}