repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
apply hidden visibility to sigreturn code fragments
[musl.git]
/
src
/
internal
/
floatscan.h
blob
e027fa08f107bf0893f3132df06200e0d2beb1c2
1
#ifndef FLOATSCAN_H
2
#define FLOATSCAN_H
3
4
#include <stdio.h>
5
6
long double
__floatscan
(
FILE
*,
int
,
int
);
7
8
#endif