![]() |
![]() |
![]() |
![]() |
![]() |
|
But how can the C compiler work on main.c without knowing about
the trade structure and the functions defined in trades.c?
Somehow, you need to provide the C compiler with the trade-structure
declaration from trades.c, and you need to provide function
prototypes for mean_price and mean_size.