view modules/filenamecat @ 40194:33c4cac699fe

nstrftime: tweak arg order * lib/nstrftime.c (__strftime_internal): Interchange arg order. All callers changed. Suggested by TAMUKI Shoichi in: https://lists.gnu.org/r/bug-gnulib/2019-02/msg00052.html
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 23 Feb 2019 15:07:47 -0800
parents 84e95b30c2dc
children
line wrap: on
line source

Description:
Concatenate two arbitrary file names.

Files:
lib/filenamecat.c
m4/filenamecat.m4

Depends-on:
filenamecat-lgpl
xalloc

configure.ac:
gl_FILE_NAME_CONCAT
gl_MODULE_INDICATOR([filenamecat])

Makefile.am:
lib_SOURCES += filenamecat.c

Include:
"filenamecat.h"

License:
GPL

Maintainer:
Jim Meyering