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

📄 cmn_init.c

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 C
字号:
/* $Header: /usr/cvsroot/target/src/wrn/wm/common/lib/cmn_init.c,v 1.3 2003/01/16 18:18:54 josh Exp $ *//* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved.  Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** *  Copyright 1999 Integrated Systems, Inc. *  All rights reserved. ****************************************************************************//*  * $Log: cmn_init.c,v $ * Revision 1.3  2003/01/16 18:18:54  josh * directory structure shifting * * Revision 1.2  2001/11/06 22:15:50  tneale * Fixed for newest file layout * * Revision 1.1.1.1  2001/11/05 17:48:39  tneale * Tornado shuffle * * Revision 1.4  2001/01/19 22:21:30  paul * Update copyright. * * Revision 1.3  2000/03/17 00:16:52  meister * Update copyright message * * Revision 1.2  2000/02/04 21:46:25  josh * added some prototypes and includes so the vxWorks compiler * is happy * * Revision 1.1  1999/03/06 06:54:36  paul * moved common_init from prng.c to cmn_init.c * *//* [clearcase]modification history-------------------01b,20apr05,job  update copyright notices01a,11dec03,job  fix copyright statements*/#include <wrn/wm/common/install.h>#include <wrn/wm/common/cmn_init.h>#if INSTALL_COMMON_PRNG#include <wrn/wm/common/prng.h>#endifvoidetc_common_init(void){#if INSTALL_COMMON_PRNG  prng_init();#endif}

⌨️ 快捷键说明

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