My Project
 All Classes Files Functions Variables Typedefs
struct.h
Go to the documentation of this file.
1 struct koords
2 {
3  int ort;
4  int abzisse;
5  int ordinate;
6  double sum;
7 };
8 
9 typedef struct koords koords;
10