From 4d9ca5349542f241fbe5324910be498314912ec5 Mon Sep 17 00:00:00 2001 From: bumbread Date: Thu, 28 Jul 2022 15:44:44 +1100 Subject: [PATCH] add todo items --- todo | 1 + 1 file changed, 1 insertion(+) diff --git a/todo b/todo index 0a7b346..bc055ad 100644 --- a/todo +++ b/todo @@ -35,6 +35,7 @@ stdio.h: with a buffer would increase performance. * Formatted scan * %s precision should specify how much characters to *write* +* %s check for NULL * %Ls this is an actual weird territory. If (wchar_t *) is a unicode string then to determine it's "width" (to figure out field padding) would require to use a Unicode composition algorithm. But the problem is that windows