This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#define MAX_STRING_LENGTH 101 | |
typedef struct { | |
char szerzo[101]; | |
char cim[101]; | |
unsigned kev; | |
char tema[101] ; |