localeInit.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* localeLibInit.c - locale library initialization */
- /* Copyright 1992 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,07sep92,smb written.
- */
- /*
- DESCRIPTION
- This 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 */