think-biq / tempora

Utility for retrieving directories for temporary file storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 83.6%Language:CMake 11.7%Language:Makefile 4.6%