Bill Fenner 946b2d0057 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
2002-04-20 17:00:56 +00:00
..
2002-04-13 21:54:09 +00:00
2002-03-22 09:22:15 +00:00
2001-07-09 23:12:23 +00:00
2002-03-21 23:39:28 +00:00
2002-03-21 23:39:28 +00:00
2002-03-25 13:52:45 +00:00
2002-03-25 13:52:45 +00:00
2001-09-30 21:41:46 +00:00
2002-03-21 23:39:28 +00:00
2002-03-21 23:39:28 +00:00
2002-03-22 00:12:20 +00:00
2002-04-20 16:52:41 +00:00
2002-03-21 23:54:04 +00:00
2002-01-06 08:47:19 +00:00
2001-12-21 18:26:01 +00:00
2002-03-21 23:39:28 +00:00
2002-04-14 22:27:12 +00:00