Greetings,
I have a function nammed and defined as "foo1()" within a lite-c script named foo.c. I wish to call the foo1() function from my *.wdl script.
I've already added the #include "foo.c" header to my *.wdl script.
Does anyone know how to call foo1() from a *.wdl script?
I know how to call it if both scripts are the same (ie lite-C.
Thanks so much,
Magela