I have one scenario That our program output will generate two source code files as
- ABC.c (1 code file)
- ABC.h (1 header file)
these two files will be added to many other external programs and exe of those programs will be created
Now my issue is for drawing a deployment diagram for those source code files,
how can i display this scenario in deployment diagram, since these two files will be deployed as an input for external program..
Please suggest some idea for deployment diagram of these two files?