|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $OpenBSD: stdio.h,v 1.10 1998/11/20 11:18:26 d Exp $ */ |
|
|
|
/* $OpenBSD: stdio.h,v 1.11 1999/09/17 13:13:46 espie Exp $ */ |
|
|
|
/* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ |
|
|
|
|
|
|
|
/*- |
|
|
@ -55,8 +55,12 @@ typedef _BSD_SIZE_T_ size_t; |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef NULL |
|
|
|
#ifdef __GNUG__ |
|
|
|
#define NULL __null |
|
|
|
#else |
|
|
|
#define NULL 0 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
/* |
|
|
|
* This is fairly grotesque, but pure ANSI code must not inspect the |
|
|
|