lama_byterun/byterun/include/analyzer.hpp

8 lines
80 B
C++
Raw Normal View History

2024-12-13 13:32:50 +03:00
#pragma once
extern "C" {
#include "utils.h"
}
2025-01-11 23:51:50 +03:00
void analyze(uint32_t mod_id);