Hi All,
I would like to know if there are any tools that can help me model C applications i.e. Functional programming. E.g. I'm currently building a shared library. But to communicate my design visually, I need something like UML. I would like to do this so that the person reviewing my design need not read through 100s of pages of functions, variables and so on.
I have read about UML for C, which I'm considering. If there is anything better out there, please let me know. The bottom line is to visualize the design of C applications and modules without reading through 100s of pages of text, because it takes time and is difficult for the reviewers.
Any help in this area from the experts here would be much appreciated.
Thanks.