struct planet_t { char name[128]; int diameter; int moons; float orbit_time; int rotation_time; };