I am using Linux as my programming platform and C language as my programming language.
My problem is, I define a structure in my main source file( main.c):
C support separate compilation.
Put structure declaration into a header file and #include "..." it in the source files.
#include "..."