#include #define ALGO_STRLEN 15 typedef struct result result; struct result { char algo[ALGO_STRLEN]; float x; float y; float z; };