diff options
Diffstat (limited to 'newlib/libc/stdlib/atexit.c')
-rw-r--r-- | newlib/libc/stdlib/atexit.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/atexit.c b/newlib/libc/stdlib/atexit.c index fa91deb..7818089 100644 --- a/newlib/libc/stdlib/atexit.c +++ b/newlib/libc/stdlib/atexit.c @@ -12,15 +12,10 @@ FUNCTION INDEX atexit -ANSI_SYNOPSIS +SYNOPSIS #include <stdlib.h> int atexit (void (*<[function]>)(void)); -TRAD_SYNOPSIS - #include <stdlib.h> - int atexit ((<[function]>) - void (*<[function]>)(); - DESCRIPTION You can use <<atexit>> to enroll functions in a list of functions that will be called when your program terminates normally. The argument is |