#include #include #include struct string* new_string( const uint8_t* str, size_t olen); struct string* new_string_from_format( const char* fmt, ...); struct string* new_string_from_vargs( const char* fmt, va_list va);