/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-940
std/cstdint.hpp
20 строк
273 B
Arsentiy Milchakov
preparation for std migration
19 апр 2017, 22:04
19 апр 2017, 22:04
de1c29b
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <cstdint> using std::int8_t; using std::uint8_t; using std::int16_t; using std::uint16_t; using std::int32_t; using std::uint32_t; using std::int64_t; using std::uint64_t; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif