Files | Description |
---|---|
0-main.c | C file testing the function _isupper(int c) that checks for uppercase characters |
1-main.c | C file testing the function _isdigit(int c) that checks for a digit (0 through 9 ) |
2-main.c | C file testing the function mul(int a, int b) that multiplies two integers |
3-main.c | C file testing the function print_numbers(void) that prints the numbers 0 to 9 |
4-main.c | C file testing the function print_most_numbers(void) that prints the numbers 0 to 9 except for 2 and 4 |
5-main.c | C file testing the function more_numbers(void) that prints the numbers 0 to 14 |
6-main.c | C file testing the function print_line(int n) that draws a straight line in the terminal using the character _ |
7-main.c | C file testing the function print_diagonal(int n) that draws a diagonal line in the terminal using the \ character |
8-main.c | C file testing the function print_square(int size) that prints a square using the # character |
10-main.c | C file testing the function print_triangle(int size) that prints a triangle using the # character |
tests
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||