as for strncpy does not guarantee null terminated of dest string, but snprintf does. ... -210,12 +217,12 @@ static void str_to_vector(const std::string &s, ...
確定! 回上一頁