📄 cplusios.c
字号:
/* cplusIos.c - VxWorks iostreams class library initialization *//* Copyright 1995 Wind River Systems, Inc. *//*modification history--------------------03b,03jun98,sn moved the iostdio files to cplusIosTest.c unless INCLUDE_CPLUS_IOSTREAMS_FULL is defined only pull in what's required by iostream.o02b,05may98,sn added the "iostdio" object files fixed a typo in the modification history02a,15jan98,sn rewrote to force-link GNU iostreams01c,22jul96,jmb fix comment attached to final endif01b,07jun95,srh correct duplicate naming problem (SPR 5100)01a,14jun95,srh written.*//*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 __INCcplusIoscextern char __iostream_o;#ifdef INCLUDE_CPLUS_IOSTREAMS_FULLextern char __PlotFile_o;extern char __SFile_o;extern char __builtinbuf_o;extern char __cleanup_o;extern char __editbuf_o;extern char __filebuf_o;extern char __filedoalloc_o;extern char __fileops_o;extern char __floatconv_o;extern char __fstream_o;extern char __genops_o;extern char __indstream_o;extern char __ioassign_o;extern char __ioextend_o;extern char __iofclose_o;extern char __iofeof_o;extern char __ioferror_o;extern char __iofgetpos_o;extern char __iofread_o;extern char __iofscanf_o;extern char __iofsetpos_o;extern char __iogetc_o;extern char __iogetdelim_o;extern char __iogetline_o;extern char __ioignore_o;extern char __iomanip_o;extern char __iopadn_o;extern char __ioprims_o;extern char __ioprintf_o;extern char __ioputc_o;extern char __ioseekoff_o;extern char __ioseekpos_o;extern char __iostrerror_o;extern char __ioungetc_o;extern char __iovfprintf_o;extern char __iovfscanf_o;extern char __isgetline_o;extern char __isgetsb_o;extern char __isscan_o;extern char __osform_o;extern char __outfloat_o;extern char __parsestream_o;extern char __peekc_o;extern char __sbform_o;extern char __sbgetline_o;extern char __sbscan_o;extern char __stdiostream_o;extern char __stdstrbufs_o;extern char __stdstreams_o;extern char __stream_o;extern char __streambuf_o;extern char __strops_o;extern char __strstream_o;#endif /* INCLUDE_CPLUS_IOSTREAMS_FULL */char * cplusIosObjs [] ={ &__iostream_o,#ifdef INCLUDE_CPLUS_IOSTREAMS_FULL &__PlotFile_o, &__SFile_o, &__builtinbuf_o, &__cleanup_o, &__editbuf_o, &__filebuf_o, &__filedoalloc_o, &__fileops_o, &__floatconv_o, &__fstream_o, &__genops_o, &__indstream_o, &__ioassign_o, &__ioextend_o, &__iofclose_o, &__iofeof_o, &__ioferror_o, &__iofgetpos_o, &__iofread_o, &__iofscanf_o, &__iofsetpos_o, &__iogetc_o, &__iogetdelim_o, &__iogetline_o, &__ioignore_o, &__iomanip_o, &__iopadn_o, &__ioprims_o, &__ioprintf_o, &__ioputc_o, &__ioseekoff_o, &__ioseekpos_o, &__iostrerror_o, &__ioungetc_o, &__iovfprintf_o, &__iovfscanf_o, &__isgetline_o, &__isgetsb_o, &__isscan_o, &__osform_o, &__outfloat_o, &__parsestream_o, &__peekc_o, &__sbform_o, &__sbgetline_o, &__sbscan_o, &__stdiostream_o, &__stdstrbufs_o, &__stdstreams_o, &__stream_o, &__streambuf_o, &__strops_o, &__strstream_o,#endif /* INCLUDE_CPLUS_IOSTREAMS_FULL */ 0};#endif /* __INCcplusIosc */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -