diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:11:06 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:12:49 +0100 |
| commit | 6760399883bc8db547dffd6458a0906e1eeb3243 (patch) | |
| tree | 8ebf102124e81c236524d7b7d8aa8ea248df197e /main.c | |
| parent | 8650f2d46dc6df62fcf70d4b769746987e748830 (diff) | |
Learning about getting the commands history and
actually saving them, having trouble doing it in c
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |
