Dynamic C library syntax

Hi All,

I am porting some code files to Dynamic C (DC).

But the syntax of writing the libraries is different in DC.

/*** BeginHeader */


/*** EndHeader */ etc.

so, I have to rewrite those files (combining .h and .c files in a single .lib file ) for DC.

Is ther any tool which can automate this task :wink:

Any suggestions are welcome.

Thanks.