X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fatexit.c;h=a2c1598dd7b1371d97c85f7f2d0d9de17db2aea4;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=a81a8cb6ec34f06e1e8174959430c8573afdbc84;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib diff --git a/functions/stdlib/atexit.c b/functions/stdlib/atexit.c index a81a8cb..a2c1598 100644 --- a/functions/stdlib/atexit.c +++ b/functions/stdlib/atexit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* atexit( void (*)( void ) ) This file is part of the Public Domain C Library (PDCLib).