Aktualizovat a3/program.c
This commit is contained in:
parent
c273f8f415
commit
df38077a04
@ -62,7 +62,7 @@ int main()
|
||||
return 0;
|
||||
|
||||
}
|
||||
void setMemoryOfArrays(char* processedName, studentApplication* student)
|
||||
void setMemoryOfArrays(char* processedName, struct studentApplication* student)
|
||||
{
|
||||
//prednastavi pamat mnozinovych premien
|
||||
processedName[0] = '\0';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user