An implementation of Python's tempfile.tempdir algorithm in C.
$ clib install stephenmathieson/tempdir.c#include "tempdir/tempdir.h"
char *tmp = gettempdir();
assert(tmp);
free(tmp);MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An implementation of Python's tempfile.tempdir algorithm in C.
$ clib install stephenmathieson/tempdir.c#include "tempdir/tempdir.h"
char *tmp = gettempdir();
assert(tmp);
free(tmp);MIT