Utility for retrieving directories for temporary file storage.
You'll find the latest documentation at tempora.think-biq.com.
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));