]> Dogcows Code - chaz/tar/blobdiff - lib/xstrtol.c
(strtoimax): New decl.
[chaz/tar] / 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.025498 seconds and 4 git commands to generate.