📄 cplusdiabios.c
字号:
/* cplusDiabIos.c - VxWorks iostreams class library initialization *//* Copyright 1995 Wind River Systems, Inc. *//*modification history--------------------01b,18mar01,sn INCLUDE_CPLUS_IOSTREAMS_FULL implies INCLUDE_CPLUS_IOSTREAMS01a,06nov01,sn wrote*//*DESCRIPTIONThis file is used to include the iostreams classes in the VxWorks build. The routines are only included when this file is included by usrConfig.c.NOMANUAL*/#ifndef __INCcplusIosc#define __INCcplusIosc#ifdef INCLUDE_CPLUS_IOSTREAMS_FULL#define INCLUDE_CPLUS_IOSTREAMS#endif#ifdef INCLUDE_CPLUS_IOSTREAMSextern char __diab_cplusplus_std_libraryInit;char * __cplusIosObjs [] ={ &__diab_cplusplus_std_libraryInit, 0};#endif#ifdef INCLUDE_CPLUS_IOSTREAMS_FULL/* TODO */#endif#endif /* __INCcplusIosc */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -