h_sw_registro/include/machine_code.h

10 lines
141 B
C
Raw Permalink Normal View History

2025-07-26 02:32:02 +00:00
#ifndef MACHINE_CODE_H
#define MACHINE_CODE_H
#include <string>
// 获取机器码
std::string getMachineCode();
#endif // MACHINE_CODE_H