From 6760399883bc8db547dffd6458a0906e1eeb3243 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Thu, 30 Jan 2025 21:11:06 +0100 Subject: Learning about getting the commands history and actually saving them, having trouble doing it in c --- main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 504439b..22b9a2a 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,6 @@ int main() { char *COMMAND_HISTORY; COMMAND_HISTORY = (char *)malloc(sizeof(char)); - // RUNNING THE PROGRAM ON AN ENDLESS LOOP // BREAKS WHEN USER ENTERS EXIT while(RUNNING) { -- cgit v1.2.3-70-g09d2