Initialization
This commit is contained in:
parent
314ce71c49
commit
c81050d011
@ -56,10 +56,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count < i) {
|
if (count < i) {
|
||||||
printf("Neprijati studenti:");
|
printf("Neprijati studenti:\n");
|
||||||
for (; j < i; j++) {
|
|
||||||
printf("%s\n", applications[j]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Free allocated memory
|
// Free allocated memory
|
||||||
@ -69,4 +66,4 @@ int main() {
|
|||||||
free(applications);
|
free(applications);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user