会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
www
博客园
首页
新随笔
管理
2017年2月22日
Linux c获取时间
摘要: linux c获得时间和设置时间 #include<time.h> //C语言的头文件 #include<stdio.h> //C语言的I/O void main() { time_t now; //实例化time_t结构 struct tm *timenow; //实例化tm结构指针 time(&
阅读全文
posted @ 2017-02-22 22:23 wjbooks
阅读(790)
评论(0)
推荐(0)
公告