📄 pbc_fops.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 + -