mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
7 lines
260 B
C
7 lines
260 B
C
|
#define _FORTIFY_SOURCE 0
|
||
|
#define OBSTACK_FUNCTION obstack_printf
|
||
|
#define OBSTACK_FUNCTION_PARAMS (&ob, "%.30Lf", ld)
|
||
|
#define VOBSTACK_FUNCTION obstack_vprintf
|
||
|
#define VOBSTACK_FUNCTION_PARAMS (&ob, "%.30Lf", ap)
|
||
|
#include <test-obstack-ldbl-compat-template.c>
|