会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
gn59
博客园
首页
新随笔
联系
订阅
管理
2020年11月4日
2020-2021-1 20209326 《Linux内核原理与分析》第五周作业
摘要: 一、实验内容:使用库函数API和C代码中嵌入汇编代码两种方式使用同一个系统调用 ###1. 13号系统调用time 编写time.c #include<stdio.h> #include<time.h> int main() { time_t tt; struct tm *t; tt=time(NU
阅读全文
posted @ 2020-11-04 16:54 20209326
阅读(87)
评论(0)
推荐(0)
编辑
公告