view modules/getsubopt @ 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 5a32f410f1b7
children
line wrap: on
line source

Description:
getsubopt: Parse comma separated list into words.

Files:
lib/getsubopt.c
m4/getsubopt.m4

Depends-on:
stdlib
extensions
strchrnul       [test $HAVE_GETSUBOPT = 0]
memchr          [test $HAVE_GETSUBOPT = 0]

configure.ac:
gl_FUNC_GETSUBOPT
if test $HAVE_GETSUBOPT = 0; then
  AC_LIBOBJ([getsubopt])
  gl_PREREQ_GETSUBOPT
fi
gl_STDLIB_MODULE_INDICATOR([getsubopt])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
all, glibc