view modules/localeconv @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
localeconv() function: query locale dependent information for formatting
numbers.

Files:
lib/localeconv.c
m4/localeconv.m4

Depends-on:
locale

configure.ac:
gl_FUNC_LOCALECONV
if test $REPLACE_LOCALECONV = 1; then
  AC_LIBOBJ([localeconv])
  gl_PREREQ_LOCALECONV
fi
gl_LOCALE_MODULE_INDICATOR([localeconv])

Makefile.am:

Include:
<locale.h>

License:
LGPLv2+

Maintainer:
all