文章分类 -  c

摘要:包含文件:<time.h> #ifndef __TIME_T #define __TIME_T /* 避免重复定义 time_t */ typedef long time_t; /* 时间值time_t 为长整型的别名*/ #endif 既然time_t实际上是长整型,到未来的某一天,从一个时间点( 阅读全文
posted @ 2016-11-24 18:02 helloc14 阅读(154) 评论(0) 推荐(0)