File: except.h

package info (click to toggle)
prips 0.9.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 84 kB
  • ctags: 30
  • sloc: ansic: 380; makefile: 55
file content (9 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#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 */