Hi, I basically need to have some functions using entity STRING*, which is only in C. And now I want to call the function from wdl file, which is located in same folder as C file.
Am I able to do it? If yes, please specify the syntax
I already tried something like:
include <file_c.c>
include "file_c.c"
include "C:\... \\..\\file.c.c"
and all those above with #include, but none worked. Is there any entity equivalent in wdl which is same as STRING* in C? Or, should I use other way ? Any help will be appreciated, thanks