add general fdpic support in dynamic linker and arch support for sh
[musl.git] / src / internal / intscan.h
blob994c5e7deece936b76abd6c612514b85af59ff96
1 #ifndef INTSCAN_H
2 #define INTSCAN_H
4 #include <stdio.h>
6 unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
8 #endif