This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
jeremy
/
os-tutorial
réplica de
https://github.com/cfenollosa/os-tutorial
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Rama:
master
Ramas
Etiquetas
master
os-tutorial
/
22-malloc
/
kernel
/
kernel.h
kernel.h
73 B
Permalink
Histórico
Raw
1
2
3
4
5
6
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif