1#pragma once
2
3#include "libc.h"
4#include <stdio.h>
5
6long double __floatscan(FILE*, int, int) ATTR_LIBC_VISIBILITY;
7