tempdir.c An implementation of Python's tempfile.tempdir algorithm in C. Installation $ clib install stephenmathieson/tempdir.c API #include "tempdir/tempdir.h" char *tmp = gettempdir(); assert(tmp); free(tmp); License MIT