摘要: c标准库部分冷门函数。 stdio.h char buf[256]; sscanf(buf,"%s",&buf); sprintf(buf,"Name: %s","xxx"); math.h ceil()向下取整,floor()向上取整 time.h 获取系统时间 struct tm * local 阅读全文
posted @ 2017-02-25 23:20 Q1143316492 阅读(284) 评论(0) 推荐(0)