Skip to content

stephenmathieson/tempdir.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of Python's tempfile.tempdir algorithm in C

Resources

Stars

Watchers

Forks

Packages

No packages published