ls: --color now highlights hard linked files, too
[coreutils/bo.git] / gl / modules / tempname
blob3d84317966517b21d5c2627f52744df7f46e7d41
1 Description:
2 gen_tempname, gen_tempname_len: create a private temporary file or directory.
4 Files:
5 lib/tempname.c
6 lib/tempname.h
7 m4/tempname.m4
9 Depends-on:
10 extensions
11 gettimeofday
12 randint
13 stdbool
14 stdint
15 sys_stat
16 sys_time
18 configure.ac:
19 gl_FUNC_GEN_TEMPNAME
21 Makefile.am:
23 Include:
24 "tempname.h"
26 License:
27 LGPL
29 Maintainer:
30 Eric Blake and Jim Meyering