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