usrZinc.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- /* usrZinc.c - Zinc Application Framework initialization */
- /* Copyright 1984-1998 Wind River Systems, Inc. */
- /*
- DESCRIPTION
- This file launches the Zinc demo, which exists in the VxWorks archive as
- part of the Zinc library.
- NOMANUAL
- */
- #ifndef __INCusrZincc
- #define __INCusrZincc
- extern int launchZincDemo();
- int zincDemo()
- {
- return (launchZincDemo());
- }
- #endif /* __INCusrZincc */