#include "czi_parser.h" #include "binary_stream.h"
int main(int argc, char **argv) {
CziFile result = parse_czi_file("dede");
return 0; }