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
impose barrier between thread pointer setup and use for static linking
[musl.git]
/
src
/
internal
/
intscan.h
blob
ccf9f112a9c3be4f05cfb45a97903d5cdb6b54ab
1
#ifndef INTSCAN_H
2
#define INTSCAN_H
3
4
#include <stdio.h>
5
6
hidden
unsigned long long
__intscan
(
FILE
*,
unsigned
,
int
,
unsigned long long
);
7
8
#endif