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。
评论0
最新资源