code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(13 lines)
1 // Integer type infos and methods
3 #pragma once
5 #include "bigint.h" // IWYU pragma: export
7 #include "int64.h" // IWYU pragma: export
9 #include "int32.h" // IWYU pragma: export
11 #include "int16.h" // IWYU pragma: export
13 #include "int8.h" // IWYU pragma: export