putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / xfreopen
bloba88d237b799485b0329e14b6c3da35c8f56e5f7d
1 Description:
2 Open a file, reusing a given stream, with error checking.
4 Files:
5 lib/xfreopen.c
6 lib/xfreopen.h
8 Depends-on:
9 error
10 exitfail
11 freopen
12 quote
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += xfreopen.c xfreopen.h
19 Include:
20 "xfreopen.h"
22 Link:
23 $(MBRTOWC_LIB)
25 License:
26 GPL
28 Maintainer:
29 Jim Meyering