X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdlib.h;h=97c85e0fabc9bb00adf8a325f3f95da0a71ed2c4;hb=642e624903e01e2e3809f85f65cfb22e967e122c;hp=b7f1c9bb3ee85c7d35dbb4720fd181d60624cb2a;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/includes/stdlib.h b/includes/stdlib.h index b7f1c9b..97c85e0 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -7,7 +7,7 @@ #ifndef _PDCLIB_STDLIB_H #define _PDCLIB_STDLIB_H _PDCLIB_STDLIB_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" #ifndef _PDCLIB_SIZE_T_DEFINED #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED @@ -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