static unsigned char gethex(const char *s, char **endptr) { assert(s); while ... char> bytes; unsigned int c; while (hex_chars_stream >> std::hex >> c) ...
確定! 回上一頁