Sfoglia il codice sorgente

(strtoimax): New decl.

Paul Eggert 24 anni fa
parent
commit
9efbc4be3b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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