#ifndef PERRNODEFS_H
#define PERRNODEFS_H 1
void perrorn(char *s, int n);
void err_mess(char *from, int no);
#endif
