Aktualizovat a3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-30 07:53:07 +00:00
parent 73b13be634
commit 0fc165db65

View File

@ -3,8 +3,8 @@
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#define BUFFER_SIZE 64; #define BUFFER_SIZE 64
#define STUDENT_SIZE 32; #define STUDENT_SIZE 32
struct studentApplication struct studentApplication
{ {