Newer
Older
Jan Willem Thorbecke
committed
#include<stdlib.h>
#include<stdio.h>
#include<math.h>
typedef struct _tracePos { /* Type */
int gx;
int gy;
int gelev;
} tracePos;
typedef struct _traceCoord { /* Type */
int x;
int y;
int peg;