Aktualizovat a3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-30 07:55:29 +00:00
parent 0fc165db65
commit 0793f6b4bd

View File

@ -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);