C/inttypes.h — различия между версиями

Материал из C\C++ эксперт
Перейти к: навигация, поиск
(Новая страница: «The inttypes.h file is a C header file that is part of the C standard library and API. It was added with the 1999 version of the ISO C standard (known as C99). It in…»)
 
 
Строка 1: Строка 1:
 +
{{C Standard library}}
 +
 
The inttypes.h file is a C header file that is part of the C standard library and API. It was added with the 1999 version of the ISO C standard (known as C99). It includes the stdint.h header. It defines a number of macros for use with the printf and scanf family of functions, as well as functions for working with the intmax_t  type.
 
The inttypes.h file is a C header file that is part of the C standard library and API. It was added with the 1999 version of the ISO C standard (known as C99). It includes the stdint.h header. It defines a number of macros for use with the printf and scanf family of functions, as well as functions for working with the intmax_t  type.

Текущая версия на 15:16, 22 июня 2010

The inttypes.h file is a C header file that is part of the C standard library and API. It was added with the 1999 version of the ISO C standard (known as C99). It includes the stdint.h header. It defines a number of macros for use with the printf and scanf family of functions, as well as functions for working with the intmax_t type.