Aktualizovat a3/program.c
This commit is contained in:
parent
0fc165db65
commit
0793f6b4bd
@ -15,11 +15,11 @@ int main()
|
||||
{
|
||||
//helper/pomocne lokalne premeny
|
||||
int studentsAmount;
|
||||
struct studentsApplication student[STUDENT_SIZE];
|
||||
struct studentApplication student[STUDENT_SIZE];
|
||||
int i = 0;
|
||||
char processedName[BUFFER_SIZE];
|
||||
char newLineSymbol = '\n';
|
||||
char line[SIZE];
|
||||
char line[BUFFER_SIZE];
|
||||
memset(line,0, sizeof(line));
|
||||
|
||||
setMemoryOfArrays(processedName, student);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user