42sh 1.0.0
Create a shell in C
|
The file containing the my_count_letter function. More...
#include "my.h"
Functions | |
int | my_count_letter (char const *str, char c) |
Counts the number of times a letter (c) is in a string (str) | |
The file containing the my_count_letter function.
int my_count_letter | ( | char const * | str, |
char | c ) |
Counts the number of times a letter (c) is in a string (str)
str | The string to check |
c | The letter to count |