#include "basics.h"
   typedef struct {
      int age;
      name_t name;
      float weight;
      } cat;
