1 2 3 4 5 6 7
#ifndef DEVIATION_H #define DEVIATION_H extern void Deviation PROTO((void)); extern void Identorder PROTO((int)); #endif /* DEVIATION_H */