📄 xos_inifiles_vtbl.h.svn-base
字号:
//**************************************************************
//Copyright (C), 2008-2008, AnyLook Co., Ltd.
//File name: xOS_IniFiles_VTBL.h
//Author: AnyLook
//Version: 1.0
//Date: 2008/07/31
//Description:
// xOS Include file
//Others:
//Function List:
//<Name> <desc>
//Simple
//History:
//<author> <time> <version > <desc>
// AnyLook 2008/07/31 1.0 build this moudle
//**************************************************************
#ifndef _xOS_INIFILES_VTBL_H
#define _xOS_INIFILES_VTBL_H
#include "xOS.h"
#include "xOS_rwini.h"
INTERFACE(IniFiles)
{
int (*read_int)(const char *section, const char *key,
int default_value, const char *file);
int (*read_string)(const char *section, const char *key,char *value,
int size,const char *default_value, const char *file);
int (*write_string)(const char *section, const char *key,
const char *value, const char *file);
};
#endif //_xOS_INIFILES_VTBL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -