mirror of
https://github.com/fluencelabs/musl
synced 2025-06-16 00:11:36 +00:00
9 lines
126 B
C
9 lines
126 B
C
![]() |
#ifndef FLOATSCAN_H
|
||
|
#define FLOATSCAN_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
long double __floatscan(FILE *, int, int, int, off_t *);
|
||
|
|
||
|
#endif
|