view modules/atexit @ 10880:b1d6a7b9222f

Document functions that have been added to POSIX:2008.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Dec 2008 19:47:43 +0100
parents 654d833003ad
children 9d2461ce0af7
line wrap: on
line source

Description:
atexit() function: register a function to be called at program termination.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/atexit.c
m4/atexit.m4

Depends-on:

configure.ac:
gl_FUNC_ATEXIT

Makefile.am:

Include:
<stdlib.h>

License:
public domain

Maintainer:
Jim Meyering