mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 20:00:27 +00:00
vcscanf: define floating point result variable
Holds the parsed floating point value.
This commit is contained in:
parent
0e7c6aa5e1
commit
c8e941bb79
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ int __vcscanf(int callback(void *), //
|
||||||
break;
|
break;
|
||||||
case '%': {
|
case '%': {
|
||||||
uint128_t number;
|
uint128_t number;
|
||||||
|
double fp;
|
||||||
unsigned width = 0;
|
unsigned width = 0;
|
||||||
unsigned char bits = 32;
|
unsigned char bits = 32;
|
||||||
unsigned char charbytes = sizeof(char);
|
unsigned char charbytes = sizeof(char);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue