CubedProgrammerCDateTime:C的日期和时间库

时间:2021-02-16 00:20:12
【文件属性】:
文件名称:CubedProgrammerCDateTime:C的日期和时间库
文件大小:7KB
文件格式:ZIP
更新时间:2021-02-16 00:20:12
C CubedProgrammerCDateTime Windows和Linux的用C语言编写的用于处理日期和时间的库。 将两个源文件编译到共享库中,在Windows上链接ntdll.dll。 gcc -O3 -I./include -I./header_only_include -c cpcdt_time_epoch.c -fPIC gcc -O3 -I./include -I./header_only_include -c cpcdt_date_struct.c -fPIC gcc -shared -o libcpcdt.so cpcdt_time_epoch.o cpcdt_date_struct.o 在Windows上请记住-lntdll。
【文件预览】:
CubedProgrammerCDateTime-master
----src()
--------cpcdt_time_epoch.c(41B)
--------cpcdt_date_struct.c(42B)
----README.md(429B)
----header_only_include()
--------header_only_cpcdt_time_epoch.h(728B)
--------header_only_cpcdt_date_struct.h(9KB)
----include()
--------cpcdt_date_struct.h(5KB)
--------cpcdt_time_epoch.h(3KB)

网友评论