blob: b2087c9dd53996df063709c1513f3a8dd8e98a86 [file] [log] [blame]
#ifndef INTSCAN_H
#define INTSCAN_H
#include "shgetc.h"
unsigned long long __intscan(struct fake_file_t *, unsigned, int, unsigned long long);
#endif