?? stubappinit.c
字號:
/* usrAppInit.c - stub application initialization routine *//* Copyright 1984-1998 Wind River Systems, Inc. *//*modification history--------------------01a,02jun98,ms written*//*DESCRIPTIONInitialize user application code.*/ /******************************************************************************** usrAppInit - initialize the users application*/ void usrAppInit (void) {#ifdef USER_APPL_INIT USER_APPL_INIT; /* for backwards compatibility */#endif /* add application specific code here */ }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -