/* xstrtoimax.c -- A more useful interface to strtoimax.
- Copyright 2001-2002 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#if HAVE_INTTYPES_H
# include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-# include <stdint.h>
-# endif
+#elif HAVE_STDINT_H
+# include <stdint.h>
#endif
#define __strtol strtoimax
/* xstrtoumax.c -- A more useful interface to strtoumax.
- Copyright 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#if HAVE_INTTYPES_H
# include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-# include <stdint.h>
-# endif
+#elif HAVE_STDINT_H
+# include <stdint.h>
#endif
#define __strtol strtoumax