diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,3 +60,9 @@ Extensions: variable argument string concat string manipulation +POSIX specifies that *printf shall fail with EOVERFLOW is the +length of the constructed string is greater than INT_MAX. +We shall follow this, but it should optional to truncate the +value to INT_MAX. Programs should not have to limit the +resulting string to 32765 bytes! + |