Skip to content

Commit

Permalink
Update Terminal-Runtime.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lightning-speed authored Sep 3, 2021
1 parent 656a353 commit 2049fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Terminal-Runtime/Terminal-Runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ void system(char * command){
printW("ascii\n");
printW("time\n");
printW("calc\n");
printW("view\n");
}
else if(equalS(command,"calc",4)){
calc_init();
Expand All @@ -181,4 +182,4 @@ void system(char * command){
}
for(int i = 0;i<100;i++)command[i]=0;

}
}

0 comments on commit 2049fc1

Please sign in to comment.