lesson 22, malloc

This commit is contained in:
Carlos
2015-04-01 15:08:17 +02:00
parent f98a02f6cc
commit 293f556a7e
12 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif