usrzinc.c
来自「IXP425的BSP代码」· C语言 代码 · 共 24 行
C
24 行
/* usrZinc.c - Zinc Application Framework initialization *//* Copyright 1984-1998 Wind River Systems, Inc. *//*DESCRIPTIONThis file launches the Zinc demo, which exists in the VxWorks archive aspart of the Zinc library.NOMANUAL*/#ifndef __INCusrZincc#define __INCusrZinccextern int launchZincDemo();int zincDemo(){ return (launchZincDemo());}#endif /* __INCusrZincc */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?