Commit 1262d1a1 by edtell

Upload New File

parent c962bb26
Showing with 14 additions and 0 deletions
#include <stdio.h>
#include <stdlib.h>
typedef struct {
char nimi[32];
int kood;
int hinne[4];
} Inim;
void input(FILE *sisse, Inim *);
void stip(FILE *valja, Inim *, int);
void fnimi(char*, char*);
int loe(FILE *sisse);
\ No newline at end of file
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