1
0

kernel.h 73 B

123456
  1. #ifndef KERNEL_H
  2. #define KERNEL_H
  3. void user_input(char *input);
  4. #endif