This commit is contained in:
Matus Tokarcik 2024-03-22 00:19:20 +01:00
parent 7162a3976e
commit f1942a5351

View File

@ -4,7 +4,7 @@
#include <stdbool.h>
#include <ctype.h>
#define SIZE 100
#define MY_ERROR_OUTPUT stderr // chybovy vystup
struct student {
char name[SIZE];