-/* $NetBSD: number.c,v 1.10 2004/11/05 21:30:32 dsl Exp $ */
+/* $NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1988, 1993, 1994
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)number.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: number.c,v 1.10 2004/11/05 21:30:32 dsl Exp $");
+__RCSID("$NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
int number(const char *, int);
void pfract(int);
int unit(int, const char *);
-void usage(void) __attribute__((__noreturn__));
+void usage(void) __dead;
int lflag;