⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timeinit.c

📁 ppc 8245 可编译bsp 包括 uart
💻 C
字号:
/* timeLibInit.c - time library initialization *//* Copyright 1992 Wind River Systems, Inc. *//*modification history--------------------01a,07sep92,smb  written.*//*DESCRIPTIONThis file is used to include the time ANSI C library routines in the VxWorks build. The routines are only included when this file is included by usrConfig.c.NOMANUAL*/#ifndef  __INCtimeLibInitc#define  __INCtimeLibInitc#include "vxWorks.h"#include "time.h"VOIDFUNCPTR timeFiles[] =    {    (VOIDFUNCPTR) asctime,    (VOIDFUNCPTR) clock,    (VOIDFUNCPTR) ctime,    (VOIDFUNCPTR) difftime,    (VOIDFUNCPTR) gmtime,    (VOIDFUNCPTR) localtime,    (VOIDFUNCPTR) mktime,    (VOIDFUNCPTR) strftime,    (VOIDFUNCPTR) time    };#endif /* __INCtimeLibInitc */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -