Are there any Proposals (or plans) to the C language Standard to change the (last sentence of the) description of the snprintf
function such that the ambiguity described in this my answer to the question - "Is snprintf() ALWAYS null terminating?"- is resolved?
(Or how (using which links) can I determine by myself if there are any such Proposals?
Is there any search engine that can show all the currently active Proposals about the snprintf
function?
The only link I currently know is this one - http://www.open-std.org/jtc1/sc22/wg14/ - and this is the first time I have particular thoughts about a Proposal to any Standard)