Procházet zdrojové kódy

(strtoimax): New decl.

Paul Eggert před 24 roky
rodič
revize
9efbc4be3b
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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