Mercurial > hg > octave-kai > gnulib-hg
view modules/mkstemps @ 16002:3ea89d2bf5ad
fstat: Tweak documentation.
* modules/fstat (Description): More precise description.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 28 Oct 2011 00:29:04 +0200 |
parents | 51231c56c0a1 |
children |
line wrap: on
line source
Description: mkstemps() function: create a private temporary file, with suffix Files: lib/mkstemps.c m4/mkstemps.m4 Depends-on: stdlib extensions largefile tempname [test $HAVE_MKSTEMPS = 0] configure.ac: gl_FUNC_MKSTEMPS if test $HAVE_MKSTEMPS = 0; then AC_LIBOBJ([mkstemps]) fi gl_MODULE_INDICATOR([mkstemps]) gl_STDLIB_MODULE_INDICATOR([mkstemps]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Eric Blake