usrZinc.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usrZinc.c - Zinc Application Framework initialization */
  2. /* Copyright 1984-1998 Wind River Systems, Inc. */
  3. /*
  4. DESCRIPTION
  5. This file launches the Zinc demo, which exists in the VxWorks archive as
  6. part of the Zinc library.
  7. NOMANUAL
  8. */
  9. #ifndef  __INCusrZincc
  10. #define  __INCusrZincc
  11. extern int launchZincDemo();
  12. int zincDemo()
  13. {
  14. return (launchZincDemo());
  15. }
  16. #endif /* __INCusrZincc */