Browse Source

(strtoimax): New decl.

Paul Eggert 23 years ago
parent
commit
9efbc4be3b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/xstrtol.c

+ 4 - 0
lib/xstrtol.c

@@ -86,6 +86,10 @@ long int strtol ();
 unsigned long int strtoul ();
 #endif
 
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
 #ifndef strtoumax
 uintmax_t strtoumax ();
 #endif