This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
jeremy
/
os-tutorial
espejo de
https://github.com/cfenollosa/os-tutorial
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
622f6e75f5
Ramas
Etiquetas
master
os-tutorial
/
22-malloc
/
kernel
/
kernel.h
kernel.h
73 B
Histórico
Raw
1
2
3
4
5
6
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif