📄 ota_compiler.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 + -