?? xmlwf.h
字號:
#ifndef XMLWF_H
#define XMLWF_H
#include "CommonData.h"
#include <stdio.h>
#define BUF_SIZE 100
const XML_Char* __GetNameFromAttriByIndex(const void* attri, int index);
const XML_Char* __GetValueFromAttriByIndex(const void* attri, int index);
const XML_Char* __GetValueByName(const void* attri, const XML_Char* name);
/**
Initializing the gloable variables in XMLwf.c, which will provide the stream from
data input source.
*/
int initialGlobalVar(unsigned int s, FILE* pf, int type);
/**
Processing the xml file got in in file stream type.
*/
int XML_doParse(Pxml_parser parser);
void test();
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -