refresh
This commit is contained in:
parent
ad0c9c3d17
commit
231acc648d
@ -7,9 +7,7 @@ void funkcia (int c, int *line_count) {
|
||||
putchar(c);
|
||||
} else if (isalpha(c)) {
|
||||
putchar(islower(c) ? toupper(c) : tolower(c));
|
||||
} else if (isprint(c) || c == '\t') {
|
||||
putchar(c);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
BIN
a1/program.exe
BIN
a1/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user