瀏覽代碼

(strtoimax): New decl.

Paul Eggert 23 年之前
父節點
當前提交
9efbc4be3b
共有 1 個文件被更改,包括 4 次插入0 次删除
  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