Fork me on GitHub

  2021年1月15日
摘要: 最简单的代码,能够解决最棘手的问题,才是解决工程师的需要: #include <stdio.h> #include <time.h> #include <unistd.h> int main(void) { time_t t; time(&t); while(1) { sleep(1); print 阅读全文
posted @ 2021-01-15 18:15 虚生 阅读(452) 评论(0) 推荐(0) 编辑