h_sw_registro/include/machine_code.h
2025-07-26 10:32:02 +08:00

10 lines
141 B
C++

#ifndef MACHINE_CODE_H
#define MACHINE_CODE_H
#include <string>
// 获取机器码
std::string getMachineCode();
#endif // MACHINE_CODE_H