remove hand-written crt1.s and Scrt1.s files for all archs
[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