stdint



Stdint h скачать

Автор Іенных Борис задал вопрос в разделе Другие языки и технологии

stdint.h отсутсвует в папке include, где скачать его? и получил лучший ответ

Ответ от Dr.Drew[гуру]
оно?

#ifndef _STDINT_H
#define _STDINT_H

#include <inttypes.h>

__BEGIN_DECLS

typedef int8_t int_least8_t;
typedef int16_t int_least16_t;
typedef int32_t int_least32_t;
typedef uint8_t uint_least8_t;
typedef uint16_t uint_least16_t;
typedef uint32_t uint_least32_t;

#ifndef __STRICT_ANSI__
typedef int64_t int_least64_t;
typedef uint64_t uint_least64_t;
#endif

typedef signed char int_fast8_t;
typedef signed long int int_fast16_t;
typedef signed long int int_fast32_t;
typedef signed long long int int_fast64_t;

typedef unsigned char uint_fast8_t;
typedef unsigned long int uint_fast16_t;
typedef unsigned long int uint_fast32_t;
typedef unsigned long long int uint_fast64_t;

#include <endian.h>

__END_DECLS

#endif

Ответ от 22 ответа[гуру]
Привет! Вот подборка тем с похожими вопросами и ответами на Ваш вопрос: stdint.h отсутсвует в папке include, где скачать его?
Stdinth на Википедии
Посмотрите статью на википедии про Stdinth
Sword Art Online на Википедии
Посмотрите статью на википедии про Sword Art Online
 

Ответить на вопрос:

Имя*

E-mail:*

Текст ответа:*
Проверочный код(введите 22):*