📄 xsupconfwrite.h
字号:
/**
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \author chris@open1x.org
*
**/
#ifndef _XSUPCONFWRITE_H_
#define _XSUPCONFWRITE_H_
#define CONF_VERSION "1.0"
/* *** (public) Function defs */
char *mac2str(char *);
int xsupconfwrite_write_config(char *);
/* *** Error codes */
#define XSUPCONFWRITE_ERRNONE 0
#define XSUPCONFWRITE_FAILED -1
#endif /* _XSUPCONFWRITE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -