all_segments.h
来自「minimal python variant for small footpri」· C头文件 代码 · 共 15 行
H
15 行
#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 + =
减小字号Ctrl + -
显示快捷键?