19 #ifndef GRPC_SUPPORT_STRING_UTIL_H 20 #define GRPC_SUPPORT_STRING_UTIL_H GPRAPI char * gpr_strdup(const char *src)
String utility functions.
GPRAPI int gpr_asprintf(char **strp, const char *format,...) GPR_PRINT_FORMAT_CHECK(2
printf to a newly-allocated string.