mirror of https://github.com/flysand7/ciabatta.git
add todo items
This commit is contained in:
parent
c96362fb83
commit
4d9ca53495
1
todo
1
todo
|
@ -35,6 +35,7 @@ stdio.h:
|
||||||
with a buffer would increase performance.
|
with a buffer would increase performance.
|
||||||
* Formatted scan
|
* Formatted scan
|
||||||
* %s precision should specify how much characters to *write*
|
* %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
|
* %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
|
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
|
to use a Unicode composition algorithm. But the problem is that windows
|
||||||
|
|
Loading…
Reference in New Issue