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