aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/integers.h
blob: 37becdae95ed66177ef6a0530df438ce75e80f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Integer type infos and methods

#pragma once

#include "bigint.h" // IWYU pragma: export

#include "int64.h" // IWYU pragma: export

#include "int32.h" // IWYU pragma: export

#include "int16.h" // IWYU pragma: export

#include "int8.h" // IWYU pragma: export