#ifndef FE_POS_H #define FE_POS_H typedef struct FE_position FE_position; struct FE_position { int x,y,z; }; #endif