diff options
-rw-r--r-- | include/stdbool.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/stdbool.h b/include/stdbool.h index f2cd0a27142..7324f4b3229 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,4 +1,10 @@ -/* $OpenBSD: stdbool.h,v 1.1 1999/09/24 22:33:10 espie Exp $ */ +/* $OpenBSD: stdbool.h,v 1.2 1999/09/24 23:09:09 espie Exp $ */ + +/* + * Written by Marc Espie, September 25, 1999 + * Public domain. + */ + #ifndef _STDBOOL_H_ #define _STDBOOL_H_ |