Commit 6a76684b by kmicha

Upload New File

parent 5b7842d1
Showing with 17 additions and 0 deletions
#ifndef HEAD_H_INCLUDED
#define HEAD_H_INCLUDED
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "funk.c"
void failiNimi(char[20], char*);
int kontroll(FILE*);
int failiPikkus(FILE*);
void taitmine(FILE*, int t, koordinaadid[t]);
void sisestus(int*, int*, int*, char*, char*, char*);
void arvutus(int, int, int, int t, koordinaadid[t], ring[t]);
void valjastus(FILE*, int t, ring[t]);
#endif
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