因此,我正在製作一個非常基本的shell,它可以逐行讀取內容,並且我遇到了有關循環的問題。 這是我的主: int main(int argc, char* argv[]) {
char* av[ARGVMAX];
int nArgs, i, j, k;
fflush(stdout);
while (fgets(line, LINESIZE, stdin)
char theInput[10];
long option;
int innerLoop = 1;
char *dunno;
while(innerLoop == 1){
printf("\nType '1' to get your change, '2' to select another item, or '3' to add more funds: ");
fg
當我運行這段代碼: #include<stdio.h>
#include<stdlib.h>
int main()
{
char name , age , gender , male;
printf("Please enter your name \n");
fgets(name, 20 ,stdin);
printf("Please ente