Commit 6a6c3a24 by caraun

Upload New File

parent 95cebc79
Showing with 17 additions and 0 deletions
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef struct{//kauba kirje
char nimi[256];
double hind;
int kogus;
}Toode;
void faili_nimi(char *, char *);
int kontrolli_fail(FILE *);
int counter(FILE *);
void loe_andmed(FILE*, int*);
void loe_kaup(Toode [], FILE *);
void print( Toode *, int *);
void print2(Toode [], int *);
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