Aktualizovat a3/program.c
This commit is contained in:
parent
11d91a6c0e
commit
393e047001
@ -43,9 +43,9 @@ int compare(const void* p1, const void* p2)
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
//helper/pomocne lokalne premeny
|
//helper/pomocne lokalne premeny
|
||||||
int studentsAmount;
|
int studentsAmount = 0;
|
||||||
struct studentApplication student[STUDENT_SIZE];
|
struct studentApplication student[STUDENT_SIZE];
|
||||||
int i = 0;
|
int i = 0; //pomocny index
|
||||||
char processedName[BUFFER_SIZE];
|
char processedName[BUFFER_SIZE];
|
||||||
char processedSurname[BUFFER_SIZE];
|
char processedSurname[BUFFER_SIZE];
|
||||||
char line[BUFFER_SIZE];
|
char line[BUFFER_SIZE];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user