ocssw
V2022
|
epr_string.h
void epr_cut_string(char **sub_str, const char *str, int start, int length)
Definition: epr_string.c:54
char * epr_assign_string(char **str_clone, const char *str)
Definition: epr_string.c:29
char * epr_sub_string(const char *str, int start, int length)
Definition: epr_string.c:62
char * epr_str_tok_tok(const char *str, const char *seps, const char *exceptions, epr_uint *pos)
Definition: epr_string.c:177
epr_boolean epr_equal_names(const char *name1, const char *name2)
Definition: epr_string.c:91
char * epr_str_tok(const char *str, const char *seps, int *pos)
Definition: epr_string.c:122