Skip to content

Utility for retrieving directories for temporary file storage.

License

Notifications You must be signed in to change notification settings

think-biq/tempora

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

No packages published