verify: new macro 'assume'
[gnulib.git] / modules / _Exit
1 Description:
2 _Exit() function: terminate current process.
3
4 Files:
5 lib/_Exit.c
6 m4/_Exit.m4
7
8 Depends-on:
9 stdlib
10
11 configure.ac:
12 gl_FUNC__EXIT
13 if test $HAVE__EXIT = 0; then
14   AC_LIBOBJ([_Exit])
15   gl_PREREQ__EXIT
16 fi
17 gl_STDLIB_MODULE_INDICATOR([_Exit])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 all