Ignore one more generated index from makeinfo.
[gnulib.git] / modules / atexit
1 Description:
2 atexit() function: register a function to be called at program termination.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/atexit.c
12 m4/atexit.m4
13
14 Depends-on:
15
16 configure.ac:
17 gl_FUNC_ATEXIT
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 public domain
26
27 Maintainer:
28 Jim Meyering