aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 1344053..5ebdf7a 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -5,11 +5,11 @@
typedef unsigned long size_t;
typedef int wchar_t;
+typedef long ptrdiff_t;
// TODO:
// - max_align_t (C11)
// - nullptr_t (C23)
// - offsetof
-// - ptrdiff_t
#endif