mirror of
https://github.com/fluencelabs/musl
synced 2025-06-10 13:31:37 +00:00
9 lines
112 B
C
9 lines
112 B
C
#ifndef FLOATSCAN_H
|
|
#define FLOATSCAN_H
|
|
|
|
#include <stdio.h>
|
|
|
|
long double __floatscan(FILE *, int, int);
|
|
|
|
#endif
|