#include "project.h" void add (DISK * d, int n, char *guid, int start, int end) { GPT_header *h; GPT_entry *e; uint8_t buf[512]; disk_read (d, buf, 1, 1); h = (GPT_header *) buf; }