Explorar o código

(strtoimax): New decl.

Paul Eggert %!s(int64=24) %!d(string=hai) anos
pai
achega
9efbc4be3b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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