Skip to content
Snippets Groups Projects
main.cpp 146 B
Newer Older
  • Learn to ignore specific revisions
  • theazgra's avatar
    theazgra committed
    #include "czi_parser.h"
    #include "binary_stream.h"
    
    theazgra's avatar
    theazgra committed
    int main(int argc, char **argv)
    {
    
    theazgra's avatar
    theazgra committed
        CziFile result = parse_czi_file("dede");
    
    theazgra's avatar
    theazgra committed
        return 0;
    }