]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/internal/intscan.h
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / internal / intscan.h
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