CSC 2210 C Example: Reverse Polish Notation Calculator

Based on code in The C Programming Language by Kerninghan and Ritche, Prentice-Hall, 1978.

Example usage (bold text typed by user):
        6 7 * =
        Top: 42.000000
        4 3 + 3 / =
        Top: 2.333333