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

📄 all_segments.h

📁 minimal python variant for small footprint apps like embedded apps
💻 H
字号:
#ifndef PALM_ALL_SEGMENTS_H#define PALM_ALL_SEGMENTS_H/*  Note:  All exported GLib library functions must appear in the first  segment (unless the dispatch table is in the data segment - ask   Sokolov to explain this).  In any case, we need Py_Initialize and  Py_Finalize() to appear in the main segment.*/#include "segments.h"#include "segment_defs.h"#endif /* PALM_ALL_SEGMENTS_H */

⌨️ 快捷键说明

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