mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
237 B
Plaintext
26 lines
237 B
Plaintext
Description:
|
|
tmpfile() function: create a temporary file.
|
|
|
|
Files:
|
|
lib/tmpfile.c
|
|
m4/tmpfile.m4
|
|
|
|
Depends-on:
|
|
pathmax
|
|
tempname
|
|
tmpdir
|
|
|
|
configure.ac:
|
|
gl_TMPFILE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <stdio.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|