view modules/mkstemp @ 7343:d0f586b66e09

* modules/mkstemp (Files): Add mkstemp.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 20 Sep 2006 22:32:39 +0000
parents 9f4982d3a01e
children cb5141654dbb
line wrap: on
line source

Description:
mkstemp() function: create a private temporary file.

Files:
lib/mkstemp.h
lib/mkstemp.c
lib/tempname.c
m4/mkstemp.m4

Depends-on:
extensions
stat-macros
stdint
sys_stat

configure.ac:
gl_FUNC_MKSTEMP

Makefile.am:
EXTRA_DIST += mkstemp.h

Include:
"mkstemp.h"

License:
GPL

Maintainer:
Jim Meyering