tempdir.c:Python 的 tempfile.tempdir 算法在 C 中的实现

时间:2024-08-01 06:02:32
【文件属性】:

文件名称:tempdir.c:Python 的 tempfile.tempdir 算法在 C 中的实现

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-01 06:02:32

C

临时目录 Python 的算法在 C 中的实现。 安装 $ clib install stephenmathieson/tempdir.c 应用程序接口 # include " tempdir/tempdir.h " char *tmp = gettempdir(); assert (tmp); free (tmp); 执照 麻省理工学院


【文件预览】:
tempdir.c-master
----.travis.yml(288B)
----package.json(317B)
----test.c(1KB)
----tempdir.c(2KB)
----Readme.md(336B)
----.gitignore(14B)
----History.md(233B)
----Makefile(381B)
----tempdir.h(313B)

网友评论