7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
#define PROMPT "> "
|
|
|
|
void shell_init(void);
|
|
void auto_complete(void);
|