view modules/hard-locale @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents a0a9967a86d1
children
line wrap: on
line source

Description:
Determine whether the current locale is different from the "C" locale.

Files:
lib/hard-locale.h
lib/hard-locale.c

Depends-on:
stdbool
strdup

configure.ac:

Makefile.am:
lib_SOURCES += hard-locale.c

Include:
"hard-locale.h"

License:
LGPLv2+

Maintainer:
Paul Eggert