putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / xstrerror
blob927d4c74a7a160775d9458115ba7b1fd320cbd72
1 Description:
2 xstrerror() function: return diagnostic string based on error code.
3 Multithread-safe. With out-of-memory checking.
5 Files:
6 lib/xstrerror.h
7 lib/xstrerror.c
9 Depends-on:
10 strerror_r-posix
11 xalloc
12 xvasprintf
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += xstrerror.c
19 Include:
20 "xstrerror.h"
22 License:
23 GPL
25 Maintainer:
26 all