?? cplusiostest.c
字號:
/* cplusIosTest.c - stdio like functionality used for testing iostreams *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01a,03Jun98 written.*//*DESCRIPTIONThis file is used to include a stdio like framework that is usedby the GNU dejagnu libio tests. Customers will rarely want toinclude these objects so we keep them seperate from "standard"iostreams.NOMANUAL*/#ifndef __INCcplusIosTestc#define __INCcplusIosTestcextern char __iofflush_o;extern char __iofflush_u_o;extern char __iofgets_o;extern char __iofopen_o;extern char __iofprintf_o;extern char __iofputs_o;extern char __ioftell_o;extern char __iofwrite_o;extern char __iogets_o;extern char __ioputs_o;extern char __ioscanf_o;extern char __iosetbuffer_o;extern char __iosetvbuf_o;extern char __iosprintf_o;extern char __iosscanf_o;extern char __iovsprintf_o;extern char __iovsscanf_o;char * cplusIosTestObjs [] = { &__iofflush_o, &__iofflush_u_o, &__iofgets_o, &__iofopen_o, &__iofprintf_o, &__iofputs_o, &__ioftell_o, &__iofwrite_o, &__iogets_o, &__ioputs_o, &__ioscanf_o, &__iosetbuffer_o, &__iosetvbuf_o, &__iosprintf_o, &__iosscanf_o, &__iovsprintf_o, &__iovsscanf_o };#endif /* __INCcplusIosTestc */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -