Mercurial > hg > octave-kai > gnulib-hg
view modules/close-stream @ 15070:221318b8a54e
random_r: Move AC_LIBOBJ invocations to module description.
* m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and
gl_PREREQ_RANDOM_R invocations from here...
* modules/random_r (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 17:50:27 +0200 |
parents | 4aa04c24f67f |
children | c4b31f5b27a7 |
line wrap: on
line source
Description: Close a stream, with nicer error checking than fclose's. Files: lib/close-stream.h lib/close-stream.c m4/close-stream.m4 Depends-on: fpending stdbool configure.ac: gl_CLOSE_STREAM gl_MODULE_INDICATOR([close-stream]) Makefile.am: Include: "close-stream.h" License: GPL Maintainer: Jim Meyering