C function asctime:修订历史

本页内容
上一节: C_function_clock 下一节: C_function_gmtime

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年8月17日 (星期三)

  • 当前之前 17:102022年8月17日 (三) 17:10Neo 讨论 贡献 2,135字节 +2,135 创建页面,内容为“{{DISPLAYTITLE:char *asctime(const struct tm *timeptr)}}1 = C 库函数 - asctime() = C 标准库 - <time.h> == 描述 == C 库函数 '''char *asctime(const struct tm *timeptr)''' 返回一个指向字符串的指针,它代表了结构 '''struct timeptr''' 的日期和时间。 == 声明 == 下面是 asctime() 函数的声明。 <pre> char *asctime(const struct tm *timeptr) </pre…”
上一节: C_function_clock 下一节: C_function_gmtime