⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ota_compiler.h

📁 mms client
💻 H
字号:
/* * ota_compiler.h: The interface to ota settings and bookmarks tokenizer  * * By Aarno Syv鋘en for Wiral Ltd */#ifndef OTA_COMPILER_H#define OTA_COMPILER_H#include "gwlib/gwlib.h"/* * Compiles an ota document to ota binary. Input textual form of a ota document * and its charset (from http headers), output the document in a tokenised  * form. * Returns -1 when error, 0 otherwise. */int ota_compile(Octstr *ota_doc, Octstr *charset, Octstr **ota_binary);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -