mkdtemp can now use the full <inttypes.h>.
[pspp] / modules / mkdtemp
1 Description:
2 mkdtemp() function: create a private temporary directory.
3
4 Files:
5 lib/mkdtemp.h
6 lib/mkdtemp.c
7 m4/mkdtemp.m4
8
9 Depends-on:
10 stdint
11 unistd
12
13 configure.ac:
14 gt_FUNC_MKDTEMP
15
16 Makefile.am:
17 lib_SOURCES += mkdtemp.h
18
19 Include:
20 "mkdtemp.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27