mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 19:30:29 +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;
|
||||
case '%': {
|
||||
uint128_t number;
|
||||
double fp;
|
||||
unsigned width = 0;
|
||||
unsigned char bits = 32;
|
||||
unsigned char charbytes = sizeof(char);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue