42_KFS/headers/shell.h

7 lines
84 B
C

#pragma once
#define PROMPT "> "
void shell_init(void);
void auto_complete(void);