Subversion Repositories HelenOS-historic

Rev

Rev 510 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 510 Rev 512
Line 47... Line 47...
47
    }
47
    }
48
   
48
   
49
    while (true) {
49
    while (true) {
50
        printf("%s> ", __FUNCTION__);
50
        printf("%s> ", __FUNCTION__);
51
        gets(stdin, buf, sizeof(buf));
51
        gets(stdin, buf, sizeof(buf));
-
 
52
        printf("?\n");
52
    }
53
    }
53
}
54
}