📄 read_write.c
字号:
#include "../include/fs/fs.h"
#include "../include/s3c2410/cpu.h"
#include "../include/kernel/types.h"
int sys_write(int fd,char *buf,off_t count)
{
rw_char(WRITE,fd,buf,count,0);
}
int sys_read(struct cpu_registers *regs)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -