摘要:
#include #include #include #include #include #include #define GPT_HEADER_SIGNATURE 0x5452415020494645LLtypedef char *PSTR;typedef const char *PCSTR;typedef struct { uint64_t signature; int revision; int header_size; uint32_t crc_header; int reserved; uint64_t lba_current; uint64... 阅读全文