X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstdlib.h;h=97c85e0fabc9bb00adf8a325f3f95da0a71ed2c4;hp=b75389786c5090c3fba645009424a74d2b8df8fa;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/includes/stdlib.h b/includes/stdlib.h index b753897..97c85e0 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -143,7 +143,7 @@ void abort( void ); reverse order of registration (last-in, first-out). Returns zero if registration is successfull, nonzero if it failed. */ -int atexit( void (*func)( void ) ); +int atexit( void (*func)( void ) ); /* Normal process termination. Functions registered by atexit() (see above) are called, streams flushed, files closed and temporary files removed before the