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-03-22 23:42:05 +00:00
2002-03-22 21:53:29 +00:00
2002-03-23 02:44:19 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 23:42:05 +00:00
2002-03-22 23:18:37 +00:00
2002-03-22 23:42:05 +00:00
2002-03-22 21:53:29 +00:00
2002-04-19 11:24:02 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-26 23:09:34 +00:00