7 lines
73 B
C
Executable File
7 lines
73 B
C
Executable File
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
void user_input(char *input);
|
|
|
|
#endif
|