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

📄 pbc_fops.h

📁 这是一个C的源代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -