summaryrefslogtreecommitdiff
path: root/docs/port/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/port/TODOS')
-rw-r--r--docs/port/TODOS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/port/TODOS b/docs/port/TODOS
index 41593f9..ffdb327 100644
--- a/docs/port/TODOS
+++ b/docs/port/TODOS
@@ -5,3 +5,6 @@
- -1 instead of buffer size on boffer overflow
- extern errno in mutli-threaded code
- add a lot more tests
+- %zd and similar pointers: make format macros like PRIdPTR which
+ get mapped to %ld. But what if snprintf could do a %zd and
+ fprintf not?