debloat code that depends on /proc/self/fd/%d with shared function
[oweals/musl.git] / 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