📄 cplustools.c
字号:
/* cplusTools.c - Tools.h++ initialization *//* Copyright 1995 Wind River Systems, Inc. *//*modification history--------------------01a,14jun95,srh written.*//*DESCRIPTIONThis file is used to include the Tools.h++ classes in the VxWorks build. The routines are only included when this file is included by usrConfig.c.NOMANUAL*/#ifndef __INCcplusToolsc#define __INCcplusToolscextern char __bench_o;extern char __bintree_o;extern char __bintrio_o;extern char __bintrit_o;extern char __bitvec_o;extern char __bitvecio_o;extern char __bstream_o;extern char __btrdict_o;extern char __btree_o;extern char __bufpage_o;extern char __cacheman_o;extern char __coreerr_o;extern char __cstring_o;extern char __cstrio2_o;extern char __cstrngio_o;extern char __ct_o;extern char __ctass_o;extern char __ctassio_o;extern char __ctclass_o;extern char __ctclassi_o;extern char __ctdate_o;extern char __ctdatio_o;extern char __ctint_o;extern char __ctintio_o;extern char __ctio_o;extern char __ctoken_o;extern char __ctqueued_o;extern char __ctstackd_o;extern char __ctstacki_o;extern char __ctstr_o;extern char __ctstrio_o;extern char __cttime_o;extern char __cttimeio_o;extern char __diskpage_o;extern char __disktree_o;extern char __dlist_o;extern char __dlistcol_o;extern char __dlistit_o;extern char __dllfact_o;extern char __factory_o;extern char __filemgr_o;extern char __gimp_o;extern char __hashdict_o;extern char __hashdit_o;extern char __hashspec_o;extern char __hashtab_o;extern char __hashtbit_o;extern char __idendict_o;extern char __idenset_o;extern char __idlist_o;extern char __idlistit_o;extern char __instmgr_o;extern char __islist_o;extern char __islistit_o;extern char __iterator_o;extern char __locale_o;extern char __lodfault_o;extern char __lostream_o;extern char __match_o;extern char __memck_o;extern char __mempool_o;extern char __message_o;extern char __model_o;extern char __ordcltit_o;extern char __ordcltn_o;extern char __pstream_o;extern char __pvector_o;extern char __readmgr_o;extern char __ref_o;extern char __regexp_o;extern char __rwbag_o;extern char __rwbagit_o;extern char __rwdate_o;extern char __rwdateio_o;extern char __rwerr_o;extern char __rwfile_o;extern char __rwintio_o;extern char __rwset_o;extern char __rwtime_o;extern char __rwtimeio_o;extern char __seqcltn_o;extern char __slist_o;extern char __slistcol_o;extern char __slistit_o;extern char __sortvec_o;extern char __storemgr_o;extern char __strngcv_o;extern char __timer_o;extern char __toolerr_o;extern char __toolmisc_o;extern char __utility_o;extern char __vref_o;extern char __vstream_o;extern char __wstring_o;extern char __wstrngio_o;extern char __wtoken_o;extern char __xdrstrea_o;extern char __zone_o;char * cplusToolsFiles [] = { &__bench_o, &__bintree_o, &__bintrio_o, &__bintrit_o, &__bitvec_o, &__bitvecio_o, &__bstream_o, &__btrdict_o, &__btree_o, &__bufpage_o, &__cacheman_o, &__coreerr_o, &__cstring_o, &__cstrio2_o, &__cstrngio_o, &__ct_o, &__ctass_o, &__ctassio_o, &__ctclass_o, &__ctclassi_o, &__ctdate_o, &__ctdatio_o, &__ctint_o, &__ctintio_o, &__ctio_o, &__ctoken_o, &__ctqueued_o, &__ctstackd_o, &__ctstacki_o, &__ctstr_o, &__ctstrio_o, &__cttime_o, &__cttimeio_o, &__diskpage_o, &__disktree_o, &__dlist_o, &__dlistcol_o, &__dlistit_o, &__dllfact_o, &__factory_o, &__filemgr_o, &__gimp_o, &__hashdict_o, &__hashdit_o, &__hashspec_o, &__hashtab_o, &__hashtbit_o, &__idendict_o, &__idenset_o, &__idlist_o, &__idlistit_o, &__instmgr_o, &__islist_o, &__islistit_o, &__iterator_o, &__locale_o, &__lodfault_o, &__lostream_o, &__match_o, &__memck_o, &__mempool_o, &__message_o, &__model_o, &__ordcltit_o, &__ordcltn_o, &__pstream_o, &__pvector_o, &__readmgr_o, &__ref_o, &__regexp_o, &__rwbag_o, &__rwbagit_o, &__rwdate_o, &__rwdateio_o, &__rwerr_o, &__rwfile_o, &__rwintio_o, &__rwset_o, &__rwtime_o, &__rwtimeio_o, &__seqcltn_o, &__slist_o, &__slistcol_o, &__slistit_o, &__sortvec_o, &__storemgr_o, &__strngcv_o, &__timer_o, &__toolerr_o, &__toolmisc_o, &__utility_o, &__vref_o, &__vstream_o, &__wstring_o, &__wstrngio_o, &__wtoken_o, &__xdrstrea_o, &__zone_o };#endif /* __INCcplusToolsc */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -