feat: reformatted code base to be more standard
This commit is contained in:
10
include/readline/readline.h
Normal file
10
include/readline/readline.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by rick on 01-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_READLINE_H
|
||||
#define NEW_KERNEL_READLINE_H
|
||||
|
||||
char *readline(const char *prompt);
|
||||
|
||||
#endif //NEW_KERNEL_READLINE_H
|
||||
Reference in New Issue
Block a user