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:
Matheus Afonso Martins Moreira 2023-11-02 06:26:44 -03:00
parent ec2b2720f5
commit a2225a2d85

View file

@ -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 \
({ \