new.h
来自「密码大家Shoup写的数论算法c语言实现,windows版本」· C头文件 代码 · 共 15 行
H
15 行
#ifndef NTL_new__H
#define NTL_new__H
#include <NTL/config.h>
#ifdef NTL_STD_CXX
#include <new>
#define NTL_NEW_OP new (std::nothrow)
#else
#define NTL_NEW_OP new
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?