#ifndef __FILE_H #define __FILE_H int scan(const char *file_name); void next_file(); void prev_file(); void first_file(); void last_file(); void clean(); int get_current_file_index(); int get_total_file_count(); #endif