aboutsummaryrefslogtreecommitdiffhomepage
path: root/notes/numeric_types.txt
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@kodafritt.se>2024-06-02 21:20:48 +0200
committerSamuel Lidén Borell <samuel@kodafritt.se>2024-06-02 21:20:48 +0200
commit580bf6130632f6855fddeea7b07c8401c56108f2 (patch)
tree4bd5e7cdb68408c52ad8df030f7f887c7d97def0 /notes/numeric_types.txt
parentdb73835b12f41be8766384a1cdcc34a0848354dc (diff)
downloadslul-main.tar.gz
slul-main.tar.bz2
slul-main.zip
Notes: Usability, references, numeric types / comparisons, etc.HEADmain
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