Commit d7aefcd8 by aostap

header

parent 9345ba1b
Showing with 13 additions and 0 deletions
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef struct {
char Nimi[50];
char Liik[50];
int Vanus;
}Ryhm;
void loeKirjed( FILE* , Ryhm *kirjed, int *kirjeteArv);
void sorteeriKirjed( Ryhm *kirjed, int kirjeteArv);
void valjastaKirjed(FILE * , Ryhm *kirjed, int kirjeteArv);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment