Project done during Full Stack Software Engineering studies at Alx Africa. It aims to learn about structures and typedef in C language.
- C files are compiled using
gcc - C files are written according to the C90 standard
- Tested on Ubuntu 20.04 LTS
All of the following files are programs written in C:
| Filename | Description |
|---|---|
dog.h |
Header file that contains a struct dog |
1-init_dog.c |
Initialize a variable of type struct dog |
2-print_dog.c |
Prints a struct dog |
3-islower.c |
Checks for lowercase character |
4-new_dog.c |
Creates a new dog |
5-free_dog.c |
Frees a dog |