blob: 994c5e7deece936b76abd6c612514b85af59ff96 [file] [log] [blame]
#ifndef INTSCAN_H
#define INTSCAN_H
#include <stdio.h>
unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
#endif