소스 검색

(strtoimax): New decl.

Paul Eggert 24 년 전
부모
커밋
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