📄 abstract_c.h
字号:
#ifndef ABSTRACT_C_H#define ABSTRACT_C_H#include "proto_defs.h"static PyObject *type_error Py_PROTO((char *msg)) SEG_ABSTRACT_C;static PyObject *null_error() SEG_ABSTRACT_C;BINARYFUNC_PROTO(do_pow, PyObject) SEG_ABSTRACT_C;UNARYFUNC_PROTO(long_from_string, PyObject) SEG_ABSTRACT_C;#endif /* ABSTRACT_C_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -