summaryrefslogtreecommitdiff
path: root/asl/integers.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 00:58:37 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 00:58:37 +0200
commit298ee421d9dcb6af3d29833f4cf636bb088356fb (patch)
treecd73df4683622283eff23b98d8bf096a8b86b234 /asl/integers.hpp
parent75b10758ba116eabed730d23e957f1d69a1e3cb8 (diff)
Some work on pointers
Diffstat (limited to 'asl/integers.hpp')
-rw-r--r--asl/integers.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/integers.hpp b/asl/integers.hpp
index 07fa11e..b5d3e99 100644
--- a/asl/integers.hpp
+++ b/asl/integers.hpp
@@ -10,3 +10,5 @@ using uint16_t = unsigned short;
using uint32_t = unsigned int;
using uint64_t = unsigned long long;
+using isize_t = int64_t;
+