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