42_KFS/headers/shell.h

5 lines
57 B
C

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