view modules/_Exit @ 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 0f6fba78c418
children
line wrap: on
line source

Description:
_Exit() function: terminate current process.

Files:
lib/_Exit.c
m4/_Exit.m4

Depends-on:
stdlib

configure.ac:
gl_FUNC__EXIT
if test $HAVE__EXIT = 0; then
  AC_LIBOBJ([_Exit])
  gl_PREREQ__EXIT
fi
gl_STDLIB_MODULE_INDICATOR([_Exit])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
all