?? localeinit.c
字號:
/* localeLibInit.c - locale library initialization *//* Copyright 1992 Wind River Systems, Inc. *//*modification history--------------------01a,07sep92,smb written.*//*DESCRIPTIONThis file is used to include the locale ANSI C library routines in the VxWorks build. The routines are only included when this file is included by usrConfig.c.NOMANUAL*/#ifndef __INClocaleLibInitc #define __INClocaleLibInitc #include "vxWorks.h"#include "locale.h"#undef localeconv /* #undef needed for the MIPS compiler */VOIDFUNCPTR localeFiles[] = { (VOIDFUNCPTR) localeconv, (VOIDFUNCPTR) setlocale };#endif /* __INClocaleLibInitc */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -