| 1 | #include "nldbl-compat.h" |
|---|---|
| 2 | |
| 3 | int |
| 4 | attribute_hidden |
| 5 | __isoc23_vscanf (const char *fmt, va_list ap) |
| 6 | { |
| 7 | return __nldbl___isoc23_vfscanf (stdin, fmt, ap); |
| 8 | } |
| 9 |
| 1 | #include "nldbl-compat.h" |
|---|---|
| 2 | |
| 3 | int |
| 4 | attribute_hidden |
| 5 | __isoc23_vscanf (const char *fmt, va_list ap) |
| 6 | { |
| 7 | return __nldbl___isoc23_vfscanf (stdin, fmt, ap); |
| 8 | } |
| 9 |