cstringio_c.h
来自「minimal python variant for small footpri」· C头文件 代码 · 共 63 行
H
63 行
#ifndef CSTRINGIO_C_H#define CSTRINGIO_C_Hstatic PyObject *IO_StringIO(PyObject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *I_close(Iobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_reset(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_tell(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_seek(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static intO_cread(PyObject *self, char **output, int n) SEG_CSTRINGIO_C;static PyObject *O_read(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static intO_creadline(PyObject *self, char **output) SEG_CSTRINGIO_C;static PyObject *O_readline(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static intO_cwrite(PyObject *self, char *c, int l) SEG_CSTRINGIO_C;static PyObject *O_write(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_getval(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_cgetval(PyObject *self) SEG_CSTRINGIO_C;static PyObject *O_truncate(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_isatty(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_close(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_flush(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *O_writelines(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static voidO_dealloc(Oobject *self) SEG_CSTRINGIO_C;static PyObject *O_getattr(Oobject *self, char *name) SEG_CSTRINGIO_C;static intO_setattr(Oobject *self, char *name, PyObject *value) SEG_CSTRINGIO_C;static PyObject *newOobject(int size) SEG_CSTRINGIO_C;static PyObject *I_close(Iobject *self, PyObject *args) SEG_CSTRINGIO_C;static PyObject *I_seek(Oobject *self, PyObject *args) SEG_CSTRINGIO_C;static voidI_dealloc(Iobject *self) SEG_CSTRINGIO_C;static PyObject *I_getattr(Iobject *self, char *name) SEG_CSTRINGIO_C;static PyObject *newIobject(PyObject *s) SEG_CSTRINGIO_C;static PyObject *IO_StringIO(PyObject *self, PyObject *args) SEG_CSTRINGIO_C;#endif /* CSTRINGIO_C_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?