lama_byterun/byterun/include/analyzer.hpp

7 lines
77 B
C++

#pragma once
extern "C" {
#include "utils.h"
}
void analyze(Bytefile *bf);