PAUSE
BOTCLEAN
ENCORE5
CLEAN
ENCORE
BOX
ILLUSTRATION
GO
To produce an executable image transform from
the source files transform.c and transpack.c ...
---->transform.c
---->
---->transpack.c
transform
When these source files include a header file formtype.h:
---->transform.c
/
/
/
/
formtype.h< ---->
\
\
\
\
---->transpack.c
transform
The source files will have to be compiled to produce
the corresponding object images:
---->transform.c----->transform.o
/
/
/
/
formtype.h< ---->
\
\
\
\
---->transpack.c----->transpack.o
transform
Finally, the object files are linked to produce the executable image!
---->transform.c----->transform.o
/ \
/ \
/ \
/ \
formtype.h< ---->
\ /
\ /
\ /
\ /
---->transpack.c----->transpack.o
transform