24 #ifndef _LOG_TOP_STRING_H_ 25 #define _LOG_TOP_STRING_H_ void t_string_free(T_STRING *t_str)
void t_string_clear(T_STRING *t_str)
int t_string_add(T_STRING *t_str, char *str, int str_len)
char * t_string_str(T_STRING *t_str)
int t_string_len(T_STRING *t_str)
T_STRING * t_string_make(int init_size)
int t_bind_string_add(T_STRING *t_str, char *str, int str_len, int bind_len)
int t_string_bind_len(T_STRING *t_str)