mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 19:30:29 +00:00
vcscanf: include the gdtoa library
The parsing of floating point numbers is quite complex. Reuse available libraries to accomplish the task.
This commit is contained in:
parent
ec2b2720f5
commit
a2225a2d85
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "libc/str/tpdecodecb.internal.h"
|
||||
#include "libc/str/utf16.h"
|
||||
#include "libc/sysv/errfuns.h"
|
||||
#include "third_party/gdtoa/gdtoa.h"
|
||||
|
||||
#define READ \
|
||||
({ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue