This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
jeremy
/
os-tutorial
mirror de
https://github.com/cfenollosa/os-tutorial
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
os-tutorial
/
12-kernel-c
/
pointers.c
pointers.c
44 B
Link permanente
Histórico
Em bruto
1
2
3
void func() {
char* string = "Hello";
}