maint: make Include sections of modules consistent
[gnulib.git] / modules / tmpfile
1 Description:
2 tmpfile() function: create a temporary file.
3
4 Files:
5 lib/tmpfile.c
6 m4/tmpfile.m4
7
8 Depends-on:
9 pathmax
10 tempname
11 tmpdir
12
13 configure.ac:
14 gl_TMPFILE
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 GPL
23
24 Maintainer:
25 Ben Pfaff