summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vsprintf.c
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-04-20 17:00:56 +0000
committerfenner <fenner@FreeBSD.org>2002-04-20 17:00:56 +0000
commit097dea9b47cdc2eb26836acddb5e56700ed2847d (patch)
tree22acb0c2dba621f3dd715912d8f8043e3c8d488d /lib/libc/stdio/vsprintf.c
parent13a8751373172c2aca893f4a08eb38609e41218c (diff)
downloadFreeBSD-src-097dea9b47cdc2eb26836acddb5e56700ed2847d.zip
FreeBSD-src-097dea9b47cdc2eb26836acddb5e56700ed2847d.tar.gz
Implement several of the c99 updates to scanf(3):
- New length modifiers: hh, j, ll, t, z. Still to do: - %C, %S, %lc, %ls (wide character support) - %a/%A (exact hex representation of floating-point numbers) Removed old compatability equivalents: - %D for %ld, %O for %lo, %X for %lx, %E and %F for %le & %lf (these were buggy anyway, since they should have represented %Le & %Lf). - %[unknown uppercase char] for %ld, %[unknown lowercase char] for %d
Diffstat (limited to 'lib/libc/stdio/vsprintf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud