summaryrefslogtreecommitdiff
path: root/modules/mkdtemp
blob: d023f3854d96970bc45af09dbb628eb1387cba0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
mkdtemp() function: create a private temporary directory.

Files:
lib/mkdtemp.c
m4/mkdtemp.m4

Depends-on:
stdint
stdlib
tempname

configure.ac:
gt_FUNC_MKDTEMP
gl_STDLIB_MODULE_INDICATOR([mkdtemp])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Bruno Haible