📄 cplusgnustringio.c
字号:
/* cplusgnuStringIo.c - force-link of C++ string type's IO functions *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01d,06nov01,sn use new prefixed names01c,24jan01,sn use wrapper symbols01b,11oct00,sn regenerated01a,03Jun98,sn wrote*//*DESCRIPTIONThis file is used to include support for the C++ string type's iostreamsrelated functionality. NOMANUAL*/#ifndef __INCcplusStringIoc#define __INCcplusStringIocextern char ___x_gnu_cstrio_o;char * __cplusStringIoObjs [] ={ &___x_gnu_cstrio_o, 0};#endif /* __INCcplusStringIoc */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -