summaryrefslogtreecommitdiff
path: root/modules/_Exit
blob: cefebdccd595790b1080b7b8c6fe9390f2b82bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
_Exit() function: terminate current process.

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

Depends-on:
stdlib
unistd

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