blob: 55c65905d53e5455e2287fdff69fc6226d7f53a7 [file] [log] [blame]
#ifndef FLOATSCAN_H
#define FLOATSCAN_H
#include <stdio.h>
long double __floatscan(FILE*, int, int);
#endif