xsupconfwrite.h

来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 25 行

H
25
字号
/**
 *
 * 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 + =
减小字号Ctrl + -
显示快捷键?