1570af302Sopenharmony_ci#ifndef INTSCAN_H
2570af302Sopenharmony_ci#define INTSCAN_H
3570af302Sopenharmony_ci
4570af302Sopenharmony_ci#include <stdio.h>
5570af302Sopenharmony_ci
6570af302Sopenharmony_cihidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
7570af302Sopenharmony_ci
8570af302Sopenharmony_ci#endif
9