42sh 1.0.0
Create a shell in C
|
The file containing the my_str_is function. More...
#include "my.h"
Functions | |
int | my_str_is (char *str, const char *char_list) |
Checks if a string (str) is composed of characters in the characters list (char_list) or 0 if not. | |
The file containing the my_str_is function.
int my_str_is | ( | char * | str, |
const char * | char_list ) |
Checks if a string (str) is composed of characters in the characters list (char_list) or 0 if not.
str | The string to check |