#define NUMBER '0' #define TIME '1' #define ERROR '9' #define FORMATO_F "\t%.8g\n" #define FORMATO_FL "%.8g\n" void push(double); double pop(void); double fromtime(char[]); void totime( double, int[]); int getop(char[]); int sgetop(char[]); int getch(void); void ungetch(int); void ClearStack(void); void PrintStack(void);