(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-128ibm-compat/
test-scanf-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 char
       6  #define Lx(x) x
       7  #define L(x) Lx (x)
       8  #define FSCANF fscanf
       9  #define SSCANF sscanf
      10  #define SCANF scanf
      11  #define VFSCANF vfscanf
      12  #define VSSCANF vsscanf
      13  #define VSCANF vscanf
      14  #define STRCPY strcpy
      15  #include <test-scanf-ldbl-compat-template.c>