]> Dogcows Code - chaz/tar/commitdiff
(strtoimax): New decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2001 01:36:06 +0000 (01:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2001 01:36:06 +0000 (01:36 +0000)
lib/xstrtol.c

index 7bc733545c2ae8efc7ec1d7aea597cb4455b87cb..b677ef9ffa828e34ed5bed736cc284c2df1330d9 100644 (file)
@@ -86,6 +86,10 @@ long int strtol ();
 unsigned long int strtoul ();
 #endif
 
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
 #ifndef strtoumax
 uintmax_t strtoumax ();
 #endif
This page took 0.026866 seconds and 4 git commands to generate.