mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
27 lines
285 B
Plaintext
27 lines
285 B
Plaintext
Description:
|
|
strerror() function: return string describing error code.
|
|
|
|
Files:
|
|
lib/strerror.c
|
|
m4/strerror.m4
|
|
|
|
Depends-on:
|
|
errno
|
|
intprops
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRERROR
|
|
gl_STRING_MODULE_INDICATOR([strerror])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|