#ifndef __except_h
#define __except_h

int set_exceptions(char *exp, int octet[4][256]);
int except(unsigned long *current, int octet[4][256]);
void fill(int octet[4][256]);
void spil(int octet[4][256]);

#endif /* __except_h */