소스 검색

(xstrtoimax): New decl.

Paul Eggert 23 년 전
부모
커밋
efc9c76cb7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/xstrtol.h

+ 1 - 0
lib/xstrtol.h

@@ -44,6 +44,7 @@ typedef enum strtol_error strtol_error;
 		  type *val, const char *valid_suffixes));
 _DECLARE_XSTRTOL (xstrtol, long int)
 _DECLARE_XSTRTOL (xstrtoul, unsigned long int)
+_DECLARE_XSTRTOL (xstrtoimax, intmax_t)
 _DECLARE_XSTRTOL (xstrtoumax, uintmax_t)
 
 # define _STRTOL_ERROR(Exit_code, Str, Argument_type_string, Err)	\