Note that, because C is case sensitive, the function name
display_trade_price
is different from the function name
Display_trade_price
and different from the function name
DISPLAY_trade_price
. Most C programmers use alllower-case
function names.