📄 qt.h
字号:
/* * SW.LEE <hitchcar@samsung.com> * * This file is subject to the terms and conditions of the GNU General Public * License 2. See the file COPYING in the main directory of this archive * for more details. */#ifndef __Z_API_H_#define __Z_API_H_extern ssize_t z_read(struct file *f, char *buf, size_t count, loff_t *pos);extern ssize_t z_write(struct file *f, const char *b, size_t c, loff_t *pos);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -