mirror of
https://github.com/byteworksinc/ORCALib.git
synced 2025-03-21 23:31:01 +00:00
Add support for 'F', 'a', and 'A' conversion specifiers for scanf (C99).
These all behave identically to 'f'. Note that none of these accept the hexadecimal floating-point representation as input, which they should under C99.
This commit is contained in:
parent
a6d7d91f37
commit
62f6b712e7
@ -5106,7 +5106,10 @@ fList dc c'd',i1'0',a'~Scan_d' d
|
||||
dc c's',i1'0',a'~Scan_s' s
|
||||
dc c'b',i1'0',a'~Scan_b' b
|
||||
dc c'n',i1'0',a'~Scan_n' n
|
||||
dc c'a',i1'0',a'~Scan_f' a
|
||||
dc c'A',i1'0',a'~Scan_f' A
|
||||
dc c'f',i1'0',a'~Scan_f' f
|
||||
dc c'F',i1'0',a'~Scan_f' F
|
||||
dc c'e',i1'0',a'~Scan_f' e
|
||||
dc c'E',i1'0',a'~Scan_f' E
|
||||
dc c'g',i1'0',a'~Scan_f' g
|
||||
|
Loading…
x
Reference in New Issue
Block a user