This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
OS_Project/Part2/A4/08_shell/kernel/kernel.h

7 lines
73 B
C
Executable File

#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif