pbc_fops.h

来自「这是一个C的源代码」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef __PBC_FOPS_H__#define __PBC_FOPS_H__struct fetch_ops_s {   int (*fops_getc) (void *ctx);   int (*fops_ungetc) (int c, void *ctx);};typedef struct fetch_ops_s fetch_ops_t[1];typedef struct fetch_ops_s* fetch_ops_ptr;extern struct fetch_ops_s fops_buf;extern struct fetch_ops_s fops_str;#endif

⌨️ 快捷键说明

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