1
0
mirror of https://github.com/cfenollosa/os-tutorial.git synced 2024-10-27 20:34:19 +00:00
cfenollosa_os-tutorial/22-malloc/kernel/kernel.h

7 lines
73 B
C
Raw Normal View History

2015-04-01 13:08:17 +00:00
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif