emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
[oweals/musl.git] / src / internal / floatscan.h
1 #ifndef FLOATSCAN_H
2 #define FLOATSCAN_H
3
4 #include <stdio.h>
5
6 long double __floatscan(FILE *, int, int);
7
8 #endif