# build-time-get-demo **Repository Path**: sdc-coding/build-time-get-demo ## Basic Information - **Project Name**: build-time-get-demo - **Description**: 在 C 源码中获取源码的编译时间。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build-time-get-demo #### 介绍 在 C 源码中获取源码的编译时间。 #### 注意事项 由于宏定义 \_\_TIME\_\_ 和 \_\_DATE\_\_ 的值在编译时就确定了,因此如果需要重新生成编译时间,那么需要执行 `make clean`。