Rev 4420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4420 | Rev 4537 | ||
|---|---|---|---|
| Line 128... | Line 128... | ||
| 128 | char c; |
128 | char c; |
| 129 | test_t *test; |
129 | test_t *test; |
| 130 | 130 | ||
| 131 | list_tests(); |
131 | list_tests(); |
| 132 | printf("> "); |
132 | printf("> "); |
| - | 133 | fflush(stdout); |
|
| 133 | 134 | ||
| 134 | c = getchar(); |
135 | c = getchar(); |
| 135 | printf("%c\n", c); |
136 | printf("%c\n", c); |
| 136 | 137 | ||
| 137 | if ((c >= 'a') && (c <= 'z')) { |
138 | if ((c >= 'a') && (c <= 'z')) { |