OSDN Git Service

It was easy enough to respect locale-specific decimal point for printf
authorManuel Novoa III <mjn3@codepoet.org>
Sun, 3 Nov 2002 21:00:15 +0000 (21:00 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sun, 3 Nov 2002 21:00:15 +0000 (21:00 -0000)
commit94314dec1eef25cefca3c19db08aaa9b8c7026c3
treeb28547b9f518c00f9d7c3085de68ec0bea59718d
parent868df46adcf4637aadd773cbe42521ef980370b2
It was easy enough to respect locale-specific decimal point for printf
floating point output, so at least implement that.  But grouping will
have to wait for the rewrite of _dtostr.
libc/stdio/printf.c