What you should learn from this project:
- What are structures, when, why and how to use them
- How to use typedef
- Define a new type struct dog
- Write a function that initialize a variable of type struct dog
2. A dog will teach you unconditional love. If you can have that in your life, things won't be too bad
- Write a function that prints a struct dog
- Define a new type dog_t as a new name for the type struct dog.
- Write a function that creates a new dog.
5. How many legs does a dog have if you call his tail a leg? Four. Saying that a tail is a leg doesn't make it a leg
- Write a function that frees dogs.
- Derrick Gee - kai-dg