mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 22, malloc
This commit is contained in:
6
22-malloc/kernel/kernel.h
Normal file
6
22-malloc/kernel/kernel.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
void user_input(char *input);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user