1#ifndef INTSCAN_H
2#define INTSCAN_H
3
4#include <stdio.h>
5
6unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
7
8#endif
9