Skip to content

think-biq/tempora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempora

Utility for retrieving directories for temporary file storage.

Documentation

You'll find the latest documentation at tempora.think-biq.com.

Example

See examples/read.c for a full example.

tempora_temp_dir_type_t t = tempora_read(path, TEMPORA_PATH_SIZE);
printf("Temp path: %s (type: %s)\n", path, tempora_dir_type_name(t));

About

Utility for retrieving directories for temporary file storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors