首页
新闻
博问
专区
闪存
班级
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
20209317李明帅
博客园
首页
新随笔
联系
订阅
管理
2020年11月2日
2020-2021-1 20209317《Linux内核原理与分析》第五周作业
摘要: 《linux内核原理与分析》第五周作业 #一、实验相关 ##使用库函数API和C代码嵌入汇编实现time()系统调用 ###使用API实现time time.c代码如下: #include<stdio.h> #include<time.h> int main(){ time_t tt; struct
阅读全文
posted @ 2020-11-02 22:46 20209317李明帅
阅读(146)
评论(0)
推荐(0)
编辑
公告