<<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so
    <<<<<< 4 BOTTOM LINES CLEANING SUBROUTINE >>>>>>

BOTCLEAN

If they want to quit, do so

ENCORE5

    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

CLEAN

If they want to quit, do so

ENCORE

    <<<<<< CLEAN THE INSIDE OF BOUNDED ARE ONLY >>>>>

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