diff options
author | fenner <fenner@FreeBSD.org> | 2002-04-20 17:00:56 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-04-20 17:00:56 +0000 |
commit | 097dea9b47cdc2eb26836acddb5e56700ed2847d (patch) | |
tree | 22acb0c2dba621f3dd715912d8f8043e3c8d488d /lib/libc/stdio/setbuffer.c | |
parent | 13a8751373172c2aca893f4a08eb38609e41218c (diff) | |
download | FreeBSD-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/setbuffer.c')
0 files changed, 0 insertions, 0 deletions