⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makedescaux.cpp

📁 NTL is a high-performance, portable C++ library providing data structures and algorithms for manipul
💻 CPP
字号:

#include <stdlib.h>

int val_int(int x) { return x; }
unsigned int val_uint(unsigned int x) { return x; }
 
long val_long(long x) { return x; }
unsigned long val_ulong(unsigned long x) { return x; }
 
size_t val_size_t(size_t x) { return x; }

double val_double(double x) { return x; }
 
void touch_int(int* x) {}
void touch_uint(unsigned int* x) {}
 
void touch_long(long* x) {}
void touch_ulong(unsigned long* x) {}

void touch_size_t(size_t* x) {}
 
void touch_double(double* x) {}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -