#include "haggis_private.h" #include #include #include int main() { haggis_file hf; char *f = "load_device.c"; FILE *fd; assert(haggis_file_init(f, &hf, md5) == 0); fd = fopen("output/store_file_md5", "w"); assert(haggis_store_file(fd, &hf) == 0); fclose(fd); return 0; }