how-to-use/cpp/error/cpp_err.h

9 lines
139 B
C

#pragma once
// 线程栈溢出
void stackoverflow();
#ifdef _MSC_VER
// windows cpp 崩溃使用 windbg 调试
void use_windbg();
#endif