This project is about structures and typedef, how to create and add data.
File | Description |
---|---|
dog.h | Header of the functions |
1-init_dog.c | Function that inicializate a dog |
2-print_dog.c | Function that print a dog |
4-new_dog.c | Function that create a new dog |
5-free_dog.c | Function that free the memory |