Commit 480ca53f authored by amro.abulshamat's avatar amro.abulshamat

Update 4.c

parent ec173547
......@@ -4,9 +4,9 @@
#include <unistd.h>
#define MAX 60
#define MAX_HISTORY_SIZE 10
#define MAX_HISTORY_SIZE 1000
// History struct to store command history
char* history[MAX_HISTORY_SIZE];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment