repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
atexit
blob
d01895fa5ae01cfb1f75686e7e2b4a5259dbed6e
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
if test $ac_cv_func_atexit = no; then
19
AC_LIBOBJ([atexit])
20
gl_PREREQ_ATEXIT
21
fi
22
23
Makefile.am:
24
25
Include:
26
<stdlib.h>
27
28
License:
29
public domain
30
31
Maintainer:
32
Jim Meyering