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

📄 palmglue.h

📁 minimal python variant for small footprint apps like embedded apps
💻 H
字号:
#ifndef PALMGLUE_H#define PALMGLUE_Hvoid set_flags Py_PROTO(( int f_dbg, int f_verbose, int f_interact, int f_nosite,			  int f_except, int f_frozen, int f_optimize )) SEG_MAIN;void set_frozen_tab( struct _frozen *f) SEG_MAIN;int testcomplete(char *code) SEG_MAIN;int run_SimpleString( char *command) SEG_MAIN;#endif /* PALMGLUE_H */

⌨️ 快捷键说明

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