mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
添加内存锻炼器代码
This commit is contained in:
9
others/C/memory/include/error.h
Normal file
9
others/C/memory/include/error.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
|
||||
#include "../include/memory_trainer.h"
|
||||
|
||||
// 获取错误描述
|
||||
const wchar_t* get_error_message(ErrorCode code);
|
||||
|
||||
#endif // ERROR_H
|
||||
Reference in New Issue
Block a user