/* PISTE2ALI.H */ typedef struct { int x,y; } tPiste; #ifdef __cplusplus extern "C" #endif void tulosta(const tPiste *p);