| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_str_contains function. More...
#include "my.h"Functions | |
| int | my_str_contains (char *str, char *char_list) | 
| Checks if a string (str) contains a character in a list of characters (char_list)   | |
The file containing the my_str_contains function.
| int my_str_contains | ( | char * | str, | 
| char * | char_list ) | 
Checks if a string (str) contains a character in a list of characters (char_list)
| str | The string to check | 
| char_list | The list of characters to check |