h2 for 334

This commit is contained in:
shockrah 2019-09-08 22:11:26 -07:00
parent 2c0a4e8676
commit c886752016

View File

@ -4,7 +4,6 @@
#define PROMPT "msh> " #define PROMPT "msh> "
#define EXIT_CMD "exit" #define EXIT_CMD "exit"
// Accounting for the \n
#define MAX_BUF 121 #define MAX_BUF 121
void echo(const char*); void echo(const char*);