in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / internal / intscan.h
1 #ifndef INTSCAN_H
2 #define INTSCAN_H
3
4 #include <stdio.h>
5
6 unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
7
8 #endif