main prompt.h
1#ifndef PROMPT_H
2#define PROMPT_H
3
4void give_prompt(void);
5void error(char *s);
6void ret_to_continue(void);
7
8#endif