(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-128ibm-compat/
test-wscanf-ldbl-compat.c
       1  /* Include stdio.h from libio/, because include/stdio.h and -std=c89 do
       2     not work together.  */
       3  #include <libio/stdio.h>
       4  
       5  #define CHAR wchar_t
       6  #define Lx(x) L##x
       7  #define L(x) Lx (x)
       8  #define FSCANF fwscanf
       9  #define SSCANF swscanf
      10  #define SCANF wscanf
      11  #define VFSCANF vfwscanf
      12  #define VSSCANF vswscanf
      13  #define VSCANF vwscanf
      14  #define STRCPY wcscpy
      15  #include <test-scanf-ldbl-compat-template.c>