📄 string.h
字号:
//////////////////////////////////////////////////////////////////////////////
// String.h
//
// A fake source file designed to pacify the PFL.
//////////////////////////////////////////////////////////////////////////////
// $Id: String.h,v 1.4 1999/02/13 04:24:34 nryan Exp $
// Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.
#ifndef Included_String_h // [
#define Included_String_h
// Don't include both vtoolscp and vtoolsc.
#ifndef __vtoolscp_h_
#include <vtoolsc.h>
#endif // __vtoolscp_h_
// Get rid of certain harmless warnings.
#pragma warning(disable: 4013 4022 4090)
#endif // ] Included_String_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -