📄 l2config.h
字号:
/* l2config.h - header file for l2config utility *//* * Copyright (c) 2005 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licensed only pursuant to the terms * of an applicable Wind River license agreement. *//*modification history--------------------01b,26aug05,kch Added l2configInit() prototype.01a,12aug05,kch written.*/#ifndef __INCl2configh#define __INCl2configh#ifdef __cplusplusextern "C" {#endifIMPORT STATUS l2configInit (void);IMPORT int l2config (char *);#ifdef __cplusplus}#endif#endif /* ! __INCl2configh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -