File: vu_tmpdir.h

package info (click to toggle)
vuos 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: ansic: 22,155; python: 284; makefile: 28; sh: 4
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef VU_TMPDIR_h
#define VU_TMPDIR_h

/* Each umvu instance uses a hidden directory in /tmp to store temporary files.
	 This function returns the path of that directory */
char *vu_tmpdirpath(void);

#endif