Skip to content

Latest commit

 

History

History

0x0E-structures_typedef

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

0x0E STRUCTURES & TYPEDEF

Description

An Introduction to structures and typedef

Tables of contents

Files Description
dog.h Define a new type struct dog with the following elements
1-init_dog.c Write a function that initialize a variable of type struct dog.
2-print_dog.c Write a function that prints a struct dog.
dog.h Define a new type dog_t as a new name for the type struct dog.
4-new_dog.c Write a function that creates a new dog.
5-free_dog.c Write a function that frees dogs.

Student Name

Joseph kakai

Email: [email protected]