diff options
Diffstat (limited to 'src/nonstd/__printf.c')
| -rw-r--r-- | src/nonstd/__printf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nonstd/__printf.c b/src/nonstd/__printf.c new file mode 100644 index 00000000..5868a15d --- /dev/null +++ b/src/nonstd/__printf.c @@ -0,0 +1,4 @@ +#include <nonstd/io.h> + +#define __printf(_opts, _fmt, _ap) \ + ((int (*)(struct io_options*, const char*, va_list))__libc(PRINTF))(_opts, _fmt, _ap) |
