adjustments
This commit is contained in:
parent
058f172dee
commit
bc696345ed
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@ -45,7 +44,7 @@ int main()
|
|||||||
//output vidtelnehok charakteru
|
//output vidtelnehok charakteru
|
||||||
if (mozeBytPrinted) { putchar(vysChar);}
|
if (mozeBytPrinted) { putchar(vysChar);}
|
||||||
}
|
}
|
||||||
printf("%d\n", pocetRiadkov);
|
printf("\nLines_count: %d\n", pocetRiadkov);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
int GetTypZnaku(int vstup)
|
int GetTypZnaku(int vstup)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user