--- pgp/src/stdlib.h 2018/04/24 16:40:43 1.1.1.3 +++ pgp/src/stdlib.h 2018/04/24 16:41:59 1.1.1.4 @@ -1,14 +1,14 @@ -/* - * Fake stdlib.h for old systems - */ - -#include -#ifndef NULL -#define NULL (char *)0 -#endif -char *getenv(); -char *malloc(); -char *calloc(); -char *realloc(); -long atol(); -extern int errno; +/* + * Fake stdlib.h for old systems + */ + +#include +#ifndef NULL +#define NULL (char *)0 +#endif +char *getenv(); +char *malloc(); +char *calloc(); +char *realloc(); +long atol(); +extern int errno;