aboutsummaryrefslogtreecommitdiffhomepage
path: root/notes/numeric_types.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/numeric_types.txt')
-rw-r--r--notes/numeric_types.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/numeric_types.txt b/notes/numeric_types.txt
index 65aeae9..837d7d2 100644
--- a/notes/numeric_types.txt
+++ b/notes/numeric_types.txt
@@ -11,10 +11,10 @@ Definitely YES:
Yes:
int (= min(machine-word-size, 32), to avoid larger memory usage for arrays/structs on 64 bit platforms)
usize
- fileoffs
Maybe:
ssize
+ fileoffs
Maybe but unlikely:
intN/uintN/wintN for arbitrary N up to some limit