
#ifndef ERRH
#define ERRH 1



#define ERROR1 "Error: -a, -o, ! was found instead FILENAME!"

#define ERROR_TEST1 "Error: Not allowed to place -a and -o together!"
#define ERROR_TEST2 "Error: Not allowed to place -o and -a together!"

#define ERROR_E1 "Error: Missed FILENAME after -e!"
#define ERROR_E2 "Error: Incorrect input"




void on_error(char *s);



#endif
