最简单的代码,能够解决最棘手的问题,才是解决工程师的需要:
#include <stdio.h> #include <time.h> #include <unistd.h> int main(void) { time_t t; time(&t); while(1) { sleep(1); printf("Today's date and time: %s", ctime(&t)); } return 0; }
作者:虚生 出处:https://www.cnblogs.com/dylancao/ 以音频和传感器算法为核心的智能可穿戴产品解决方案提供商 ,提供可穿戴智能软硬件解决方案的设计,开发和咨询服务。 勾搭热线:邮箱:1173496664@qq.com weixin:18019245820 市场技术对接群:347609188 |