Matus Tokarcik 2 months ago
parent
commit
f1942a5351
  1. 2
      cv5/program.c

2
cv5/program.c

@ -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];

Loading…
Cancel
Save