Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages