Skip to content

Instantly share code, notes, and snippets.

@erenon
erenon / mod.c
Created December 5, 2010 23:05 — forked from anonymous/mod.c
#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] ;