#include "dog.h"

int collect_bones (int how_many, dog *the_dog) {
   return the_dog->num_bones += how_many;
   }