0x0E. C - Structures, typedef
Description
What you should learn from this project:
- What are structures, when, why and how to use them
- How to use typedef
- Write a function that initialize a variable of type struct dog
- 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.
- Write a function that frees dogs.
Author