#include #include #include #include #include #include #include /*---------------------typedefs*/ struct zstruct { double x, y, z; }; typedef struct zstruct Z; /*--------------------functions */ int G_readsites(FILE *,int,int,int,struct Cell_head *,Z**);