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