Aktualizovat a3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-30 07:46:49 +00:00
parent ca9cfe51f1
commit 2e3c118fec

View File

@ -3,8 +3,8 @@
#include <stdbool.h>
#include <string.h>
#DEFINE BUFFER_SIZE 64;
#DEFINE STUDENT_SIZE 32;
#define BUFFER_SIZE 64;
#define STUDENT_SIZE 32;
struct studentApplication
{
@ -19,6 +19,8 @@ int main()
int i = 0;
char processedName[BUFFER_SIZE];
char newLineSymbol = '\n';
char line[SIZE];
memset(line,0, sizeof(line));
setMemoryOfArrays(processedName, student);