gpt4 book ai didi

c - 在 C 程序中嵌入 Unix 日期

转载 作者:太空宇宙 更新时间:2023-11-04 03:50:17 27 4
gpt4 key购买 nike

我有一个在 Unix 机器上运行的 C 程序。

我想将时间戳打印到输出文件 - 目前我使用命令 date 在终端上打印日期时间。

fprintf(outputfile, "%s ", date);

我该怎么做?

最佳答案

使用 POSIX strftime(3) - format date and time对于 C 解决方案。它使用与 date(1)

相同的格式字符串

我还建议您阅读 standard library intro(3) .

关于c - 在 C 程序中嵌入 Unix 日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21160627/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com