1 2 3 4 5 6 7 8
struct planet_t { char name[128]; int diameter; int moons; float orbit_time; int rotation_time; };