240 私信
这个人很懒,暂无签名信息
0

嵌入式linux编程中的一些基本操作

    本文总结了一些嵌入式linux开发过程中的常用api,希望对大家有所帮助。 一 、 获取系统时间 int getlocaltime(struct tm *time) { struct timeval tv; time_t second; struct tm *temp; gettimeofday(&tv, NULL); second = tv...

个人介绍
暂无介绍