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

📄 confd.cc

📁 南京航空航天大学开发的一个类Unix和Linux的操作系统,好不好看看就知道了,
💻 CC
字号:
#include <lib/root.h>#include "confd.h"#include "condev.h"confd_t::~confd_t(){}int confd_t::read(void * buf, int count){	return condev->read(buf, count);}int confd_t::write(void * buf, int count){	return condev->write(buf, count);}int confd_t::ioctl(int cmd, ulong arg){	return condev->ioctl(cmd, arg);}

⌨️ 快捷键说明

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