snprintfconfig.h
来自「大名鼎鼎的远程登录软件putty的Symbian版源码」· C头文件 代码 · 共 26 行
H
26 行
/** @file snprintfconfig.h * * Dummy config.h for snprintf.c. * * Copyright 2003 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/#ifndef __SNPRINTF_CONFIG_H__#define __SNPRINTF_CONFIG_H__#define HAVE_STDARG_H#define HAVE_LONG_DOUBLE#ifndef __cplusplus#ifdef __WINS__#pragma warning(disable : 4127) /* conditional expression is constant */#pragma warning(disable : 4100) /* unreferenced formal parameter */#pragma warning(disable : 4057) /* XX differs in indirection to slightly different base types from YY */#pragma warning(disable : 4244) /* conversion from X to Y, possible loss of data */#endif#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?