void show_bytes(byte_pointer start, size_t len) { type_t; for (i = 0; i < len; i++) { printf(" %.2x", start[i]); } printf("\n");}대체 무엇인데수
댓글 1