This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
jeremy
/
os-tutorial
kopia lustrzana
https://github.com/cfenollosa/os-tutorial
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
4399a08024
Gałęzie
Tagi
master
os-tutorial
/
22-malloc
/
kernel
/
kernel.h
kernel.h
73 B
Historia
Czysty
1
2
3
4
5
6
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif