#ifndef __BATCH_H
#define __BATCH_H

#include "general.h"

bool BatchProcess(char* Filename, int Prec);  


#endif

