Skip to content

Files

Latest commit

 

History

History

0x0E-structures_typedef

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dog.h defines a struct dog and dog_t 1-init_dog.c initializes a variable of type struct dog 2-print_dog.c prints a struct dog 4-new_dog.c creates a new dog 5-free_dog.c frees dogs